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>
|
14
|
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>
|
|
12 <action type="move_file">
|
16
|
13 <source>
|
|
14 ncbi-igblast-1.0.0-x64-linux.tar.gz
|
|
15 </source>
|
|
16 <destination>
|
|
17 $INSTALL_DIR
|
|
18 </destination>
|
|
19 </action>
|
13
|
20 <action type="set_environment">
|
|
21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable>
|
|
22 </action>
|
17
|
23
|
19
|
24 <action type="make_directory">
|
|
25 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data
|
|
26 </action>
|
|
27 <action type="make_directory">
|
|
28 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human
|
|
29 </action>
|
20
|
30
|
0
|
31 </actions>
|
|
32 </install>
|
|
33 <readme>
|
19
|
34 Downloads igBlast with the human_V internal data file.
|
0
|
35 </readme>
|
|
36 </package>
|
|
37 </tool_dependency>
|
|
38
|