comparison tool_dependencies.xml @ 8:f5ce6ab5f082 draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 05:00:50 -0400
parents 5576050e5d46
children afb3bd4f7186
comparison
equal deleted inserted replaced
7:5576050e5d46 8:f5ce6ab5f082
22 </action> 22 </action>
23 23
24 <action type="shell_command"> 24 <action type="shell_command">
25 wget -r -np -nH --cut-dirs=4 -R index.html "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/database" 25 wget -r -np -nH --cut-dirs=4 -R index.html "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/database"
26 </action> 26 </action>
27 <action type="move_directory_file"> 27 <action type="move_directory_files">
28 <source_directory>database</source_directory> 28 <source_directory>database</source_directory>
29 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/database</destination_directory> 29 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/database</destination_directory>
30 </action> 30 </action>
31 31
32 <action type="shell_command"> 32 <action type="shell_command">
33 wget -r -np -nH --cut-dirs=4 -R index.html "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data" 33 wget -r -np -nH --cut-dirs=4 -R index.html "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data"
34 </action> 34 </action>
35 <action type="move_directory_file"> 35 <action type="move_directory_files">
36 <source_directory>internal_data</source_directory> 36 <source_directory>internal_data</source_directory>
37 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</destination_directory> 37 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</destination_directory>
38 </action> 38 </action>
39 </actions> 39 </actions>
40 </install> 40 </install>