comparison tool_dependencies.xml @ 9:afb3bd4f7186 draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 05:05:31 -0400
parents f5ce6ab5f082
children 2e90843d6993
comparison
equal deleted inserted replaced
8:f5ce6ab5f082 9:afb3bd4f7186
26 </action> 26 </action>
27 <action type="move_directory_files"> 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">
33 wget -r -np -nH --cut-dirs=4 -R index.html "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data"
34 </action>
35 <action type="move_directory_files">
36 <source_directory>internal_data</source_directory>
37 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</destination_directory>
38 </action>
39 </actions> 32 </actions>
40 </install> 33 </install>
41 <readme> 34 <readme>
42 Installs R with apt-get. 35 Installs R with apt-get.
43 </readme> 36 </readme>