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>
|
45
|
9 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0</action>
|
|
10 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</action>
|
23
|
11 <action type="download_by_url" target_filename="ncbi-igblast-1.0.0-x64-linux.tar.gz">
|
14
|
12 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz
|
|
13 </action>
|
24
|
14
|
|
15
|
|
16 <action type="move_directory_files">
|
27
|
17 <source_directory>ncbi-igblast-1.0.0</source_directory>
|
28
|
18 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0</destination_directory>
|
24
|
19 </action>
|
|
20 <action type="set_environment">
|
28
|
21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/ncbi-igblast-1.0.0</environment_variable>
|
24
|
22 </action>
|
42
|
23 <action type="set_environment">
|
|
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable>
|
|
25 </action>
|
45
|
26 <action type="shell_command">unzip database.zip -d $INSTALL_DIR/ncbi-igblast-1.0.0/</action>
|
|
27
|
38
|
28
|
0
|
29 </actions>
|
|
30 </install>
|
|
31 <readme>
|
45
|
32 Downloads igBlast with the latest database provided by NCBI, output may change depending on the database available at ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/
|
0
|
33 </readme>
|
|
34 </package>
|
|
35 </tool_dependency>
|