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>
|
23
|
9 <action type="download_by_url" target_filename="ncbi-igblast-1.0.0-x64-linux.tar.gz">
|
14
|
10 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz
|
|
11 </action>
|
24
|
12
|
|
13
|
|
14 <action type="move_directory_files">
|
|
15 <source_directory>
|
|
16 ncbi-igblast-1.0.0
|
|
17 </source_directory>
|
|
18 <destination_director>
|
|
19 $INSTALL_DIR/nzbi-igblast-1.0.0
|
|
20 </destination_director>
|
|
21 </action>
|
|
22 <action type="set_environment">
|
|
23 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable>
|
|
24 </action>
|
|
25
|
|
26 <action type="make_directory">
|
|
27 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data
|
|
28 </action>
|
|
29 <action type="make_directory">
|
|
30 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human
|
|
31 </action>
|
22
|
32
|
20
|
33
|
24
|
34 <action type="download_by_url">
|
|
35 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data/human/human_V*
|
|
36 </action>
|
|
37 <action type="move_file">
|
|
38 <source>
|
|
39 human_V*
|
|
40 </source>
|
|
41 <destination>
|
|
42 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human
|
|
43 </destination>
|
|
44 </action>
|
|
45
|
|
46
|
0
|
47 </actions>
|
|
48 </install>
|
|
49 <readme>
|
19
|
50 Downloads igBlast with the human_V internal data file.
|
0
|
51 </readme>
|
|
52 </package>
|
|
53 </tool_dependency>
|