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