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>
|
7
|
9 <action type="download_by_url">
|
|
10 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz
|
|
11 </action>
|
2
|
12 <action type="move_file">
|
|
13 <source>ncbi-igblast-1.0.0-x64-linux.tar.gz</source>
|
|
14 <destination>$INSTALL_DIR</destination>
|
|
15 </action>
|
7
|
16 <action type="shell_command">
|
|
17 tar -zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR
|
|
18 </action>
|
0
|
19
|
|
20 <action type="set_environment">
|
6
|
21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/ncbi-igblast-1.0.0</environment_variable>
|
0
|
22 </action>
|
10
|
23
|
9
|
24
|
0
|
25 </actions>
|
|
26 </install>
|
|
27 <readme>
|
|
28 Installs R with apt-get.
|
|
29 </readme>
|
|
30 </package>
|
|
31 </tool_dependency>
|
|
32
|