comparison tool_dependencies.xml @ 16:7d2d47441b84 draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 07:20:54 -0400
parents 94df2633876d
children 7970b9d7e1d2
comparison
equal deleted inserted replaced
15:94df2633876d 16:7d2d47441b84
8 <actions> 8 <actions>
9 <action type="download_by_url"> 9 <action type="download_by_url">
10 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz 10 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz
11 </action> 11 </action>
12 <action type="move_file"> 12 <action type="move_file">
13 <source> 13 <source>
14 ncbi-igblast-1.0.0-x64-linux.tar.gz 14 ncbi-igblast-1.0.0-x64-linux.tar.gz
15 </source> 15 </source>
16 <destination> 16 <destination>
17 $INSTALL_DIR 17 $INSTALL_DIR
18 </destination> 18 </destination>
19 </action>
19 <action type="set_environment"> 20 <action type="set_environment">
20 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable> 21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable>
21 </action> 22 </action>
22 </actions> 23 </actions>
23 </install> 24 </install>