comparison tool_dependencies.xml @ 22:43aa546ce45e draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 08:46:51 -0400
parents 895fb8c46268
children 84addbc152e0
comparison
equal deleted inserted replaced
21:895fb8c46268 22:43aa546ce45e
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_directory_files"> 12
13 <source_directory>
14 ncbi-igblast-1.0.0
15 </source_directory>
16 <destination_director>
17 $INSTALL_DIR/nzbi-igblast-1.0.0
18 </destination_director>
19 </action>
20 <action type="set_environment">
21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable>
22 </action>
23
24 <action type="make_directory">
25 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data
26 </action>
27 <action type="make_directory">
28 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human
29 </action>
30 13
31 </actions> 14 </actions>
32 </install> 15 </install>
33 <readme> 16 <readme>
34 Downloads igBlast with the human_V internal data file. 17 Downloads igBlast with the human_V internal data file.