|
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>
|
|
46
|
26 <action type="shell_command">echo "$PWD"</action>
|
|
|
27 <action type="shell_command">var=$("ls")</action>
|
|
|
28 <action type="shell_command">echo "$var"</action>
|
|
45
|
29 <action type="shell_command">unzip database.zip -d $INSTALL_DIR/ncbi-igblast-1.0.0/</action>
|
|
|
30
|
|
38
|
31
|
|
0
|
32 </actions>
|
|
|
33 </install>
|
|
|
34 <readme>
|
|
45
|
35 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
|
36 </readme>
|
|
|
37 </package>
|
|
|
38 </tool_dependency>
|