Mercurial > repos > davidvanzessen > igblast_human
comparison tool_dependencies.xml @ 0:a5954de04a3d draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 23 Sep 2013 10:00:34 -0400 |
parents | |
children | 0ccde52e24a1 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a5954de04a3d |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <set_environment version="1.0"> | |
4 </set_environment> | |
5 | |
6 <package name="R" version="4.6.3"> | |
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> | |
10 <action type="shell_command">tar -zxvf ncbi-igblast-1.0.0-x64-linux.tar.gz</action> | |
11 | |
12 <action type="set_environment"> | |
13 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 Installs R with apt-get. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> | |
22 |