0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 </set_environment>
|
|
5
|
|
6 <package name="igBlastn" version="1.0.0">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
1
|
9 <action type="shell_command">wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz -P $INSTALL_DIR</action>
|
|
10 <action type="shell_command">tar zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR</action>
|
0
|
11 <action type="set_environment">
|
|
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable>
|
|
13 </action>
|
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>
|
1
|
17 Downloads the igblastn-1.0.0 executable from NCBI and uses a fixed database included in this tool.
|
0
|
18 </readme>
|
|
19 </package>
|
1
|
20 </tool_dependency> |