changeset 4:5081730ade1a draft

Uploaded
author iuc
date Wed, 29 Apr 2015 11:48:48 -0400
parents e2909f10fe39
children 39f5c77a918d
files tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Apr 28 22:51:04 2015 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="prodigal" version="2.60">
-        <install version="1.0">
-            <actions>
-                <action type="download_by_url" target_filename="Prodigal-2.60.tar.gz">https://github.com/hyattpd/Prodigal/archive/v2.60.tar.gz</action>
-                <!-- Make -->
-                <action type="shell_command">make</action>
-                <action type="move_file">
-                    <source>prodigal</source>
-                    <destination>$INSTALL_DIR</destination>
-                </action>
-                <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme>
-This installs Prodigal 2.60.
-
-See home page: http://prodigal.ornl.gov/
-See code: https://github.com/hyattpd/Prodigal
-        </readme>
-    </package>
-</tool_dependency>