comparison prodigal/tool_dependencies.xml @ 9:304c1a67bb7b draft

Generalized the tool_dependencies.xml file
author lionelguy
date Tue, 13 Aug 2013 09:02:27 -0400
parents ae1283119a60
children 4ae1f52fda0f
comparison
equal deleted inserted replaced
8:ae1283119a60 9:304c1a67bb7b
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="prodigal" version="2.60"> 3 <package name="prodigal" version="2.60">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://prodigal.googlecode.com/files/prodigal.v2_60.linux</action> 6 <action type="download_by_url">http://prodigal.googlecode.com/files/prodigal.v2_60.tar.gz</action>
7 <!-- Copying the whole bin folder --> 7 <!-- Make -->
8 <action type="shell_command">make</action>
8 <action type="move_file"> 9 <action type="move_file">
9 <source>prodigal.v2_60.linux</source> 10 <source>prodigal</source>
10 <destination>$INSTALL_DIR/prodigal</destination> 11 <destination>$INSTALL_DIR</destination>
11 </action> 12 </action>
12 <action type="set_environment"> 13 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
14 </action> 15 </action>
15 </actions> 16 </actions>