0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 </set_environment>
|
|
5
|
1
|
6 <package name="igBlastn" version="1.0.0">
|
0
|
7 <install version="1.0">
|
|
8 <actions>
|
23
|
9 <action type="download_by_url" target_filename="ncbi-igblast-1.0.0-x64-linux.tar.gz">
|
14
|
10 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz
|
|
11 </action>
|
24
|
12
|
|
13
|
|
14 <action type="move_directory_files">
|
27
|
15 <source_directory>ncbi-igblast-1.0.0</source_directory>
|
28
|
16 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0</destination_directory>
|
24
|
17 </action>
|
|
18 <action type="set_environment">
|
28
|
19 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/ncbi-igblast-1.0.0</environment_variable>
|
24
|
20 </action>
|
33
|
21
|
27
|
22 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</action>
|
|
23 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human</action>
|
37
|
24
|
38
|
25 <action type="shell_command">wget -r -np -nH --cut-dirs=4 -R index.html -P $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data"</action>
|
|
26
|
|
27 <action type="shell_command">wget -r -np -nH --cut-dirs=4 -R index.html -P $INSTALL_DIR/ncbi-igblast-1.0.0/database "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/database"</action>
|
|
28
|
|
29 <action type="shell_command">wget -r -np -nH --cut-dirs=4 -R index.html -P $INSTALL_DIR/ncbi-igblast-1.0.0/optional_file "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/optional_file"</action>
|
37
|
30
|
0
|
31 </actions>
|
|
32 </install>
|
|
33 <readme>
|
19
|
34 Downloads igBlast with the human_V internal data file.
|
0
|
35 </readme>
|
|
36 </package>
|
|
37 </tool_dependency>
|