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
|
18
|
24 <action type="download_by_url">
|
|
25 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data
|
|
26 </action>
|
|
27 <action type="move_directory_files">
|
|
28 <source_directory>internal_data</source_directory>
|
|
29 <destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</destination_directory>
|
|
30 </action>
|
0
|
31 </actions>
|
|
32 </install>
|
|
33 <readme>
|
|
34 Installs R with apt-get.
|
|
35 </readme>
|
|
36 </package>
|
|
37 </tool_dependency>
|
|
38
|