comparison tool_dependencies.xml @ 14:9250baf59288 draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 06:28:27 -0400
parents 05c11d4cf44c
children 94df2633876d
comparison
equal deleted inserted replaced
13:05c11d4cf44c 14:9250baf59288
4 </set_environment> 4 </set_environment>
5 5
6 <package name="igBlastn" version="1.0.0"> 6 <package name="igBlastn" version="1.0.0">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
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
11 </action>
12 <action type="move_file">
13 <source>
14 ncbi-igblast-1.0.0-x64-linux.tar.gz
15 </source>
9 <action type="set_environment"> 16 <action type="set_environment">
10 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable> 17 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable>
11 </action> 18 </action>
12 </actions> 19 </actions>
13 </install> 20 </install>