comparison tool_dependencies.xml @ 1:abc4f989bf69 draft

Uploaded
author galaxyp
date Tue, 25 Jun 2013 15:29:55 -0400
parents 32c813340fe8
children 8193f25a5333
comparison
equal deleted inserted replaced
0:32c813340fe8 1:abc4f989bf69
2 <tool_dependency> 2 <tool_dependency>
3 <package name="tagrecon" version="1.4.63"> 3 <package name="tagrecon" version="1.4.63">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/tagrecon-bin-linux-x86_64-gcc41-release-1_4_63.tar.bz2</action> 6 <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/tagrecon-bin-linux-x86_64-gcc41-release-1_4_63.tar.bz2</action>
7 <action type="move_directory_files"> 7 <action type="move_file">
8 <source_directory>tagrecon</source_directory> 8 <source>tagrecon</source>
9 <destination_directory>$INSTALL_DIR/</destination_directory> 9 <destination>$INSTALL_DIR/</destination>
10 </action>
11 <action type="move_file">
12 <source>'blosum62.fas'</source>
13 <destination>$INSTALL_DIR/</destination>
14 </action>
15 <action type="move_file">
16 <source>'unimod.xml'</source>
17 <destination>$INSTALL_DIR/</destination>
10 </action> 18 </action>
11 <action type="shell_command">chmod +x $INSTALL_DIR/</action> 19 <action type="shell_command">chmod +x $INSTALL_DIR/</action>
12 <action type="set_environment"> 20 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
14 </action> 22 </action>