changeset 9:304c1a67bb7b draft

Generalized the tool_dependencies.xml file
author lionelguy
date Tue, 13 Aug 2013 09:02:27 -0400
parents ae1283119a60
children 4ae1f52fda0f
files prodigal/tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/prodigal/tool_dependencies.xml	Tue Aug 13 08:38:21 2013 -0400
+++ b/prodigal/tool_dependencies.xml	Tue Aug 13 09:02:27 2013 -0400
@@ -3,11 +3,12 @@
     <package name="prodigal" version="2.60">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://prodigal.googlecode.com/files/prodigal.v2_60.linux</action>
-                <!-- Copying the whole bin folder -->
+                <action type="download_by_url">http://prodigal.googlecode.com/files/prodigal.v2_60.tar.gz</action>
+                <!-- Make -->
+		<action type="shell_command">make</action>
 		<action type="move_file">
-		  <source>prodigal.v2_60.linux</source>
-		  <destination>$INSTALL_DIR/prodigal</destination>
+		  <source>prodigal</source>
+		  <destination>$INSTALL_DIR</destination>
 		</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>