comparison tool_dependencies.xml @ 21:895fb8c46268 draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 08:40:51 -0400
parents e132e407f9b7
children 43aa546ce45e
comparison
equal deleted inserted replaced
20:e132e407f9b7 21:895fb8c46268
7 <install version="1.0"> 7 <install version="1.0">
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_directory_files">
13 <source> 13 <source_directory>
14 ncbi-igblast-1.0.0-x64-linux.tar.gz 14 ncbi-igblast-1.0.0
15 </source> 15 </source_directory>
16 <destination> 16 <destination_director>
17 $INSTALL_DIR 17 $INSTALL_DIR/nzbi-igblast-1.0.0
18 </destination> 18 </destination_director>
19 </action> 19 </action>
20 <action type="set_environment"> 20 <action type="set_environment">
21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable> 21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable>
22 </action> 22 </action>
23 23
33 <readme> 33 <readme>
34 Downloads igBlast with the human_V internal data file. 34 Downloads igBlast with the human_V internal data file.
35 </readme> 35 </readme>
36 </package> 36 </package>
37 </tool_dependency> 37 </tool_dependency>
38