comparison tool_dependencies.xml @ 27:0c9cbbeab00f draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 09:11:31 -0400
parents bbb42454a398
children 1dd242aaae2f
comparison
equal deleted inserted replaced
26:bbb42454a398 27:0c9cbbeab00f
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 12
13 13
14 <action type="move_directory_files"> 14 <action type="move_directory_files">
15 <source_directory> 15 <source_directory>ncbi-igblast-1.0.0</source_directory>
16 ncbi-igblast-1.0.0 16 <destination_directory>$INSTALL_DIR</destination_directory>
17 </source_directory>
18 <destination_directory>
19 $INSTALL_DIR
20 </destination_directory>
21 </action> 17 </action>
22 <action type="set_environment"> 18 <action type="set_environment">
23 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable> 19 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable>
24 </action> 20 </action>
25 21
26 <action type="make_directory"> 22 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</action>
27 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data 23 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human</action>
28 </action>
29 <action type="make_directory">
30 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human
31 </action>
32 24
33 25
34 26
35 </actions> 27 </actions>
36 </install> 28 </install>