comparison prodigal/tool_dependencies.xml @ 8:ae1283119a60 draft

Corrected the move_file section
author lionelguy
date Tue, 13 Aug 2013 08:38:21 -0400
parents 766a66f2874e
children 304c1a67bb7b
comparison
equal deleted inserted replaced
7:5fb1ed6eb5b7 8:ae1283119a60
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.linux</action>
7 <!-- Copying the whole bin folder --> 7 <!-- Copying the whole bin folder -->
8 <action type="move_file"> 8 <action type="move_file">
9 <source>prodigal.v2_60.linux</source> 9 <source>prodigal.v2_60.linux</source>
10 <destination>$INSTALL_DIR</destination> 10 <destination>$INSTALL_DIR/prodigal</destination>
11 </action> 11 </action>
12 <action type="set_environment"> 12 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
14 </action> 14 </action>
15 </actions> 15 </actions>