Mercurial > repos > aafc-mbb > package_quast_3_2
comparison tool_dependencies.xml @ 0:0bcf4378cb31 draft default tip
Uploaded
author | aafc-mbb |
---|---|
date | Wed, 23 Mar 2016 09:37:58 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0bcf4378cb31 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="quast" version="3.2"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">https://downloads.sourceforge.net/project/quast/quast-3.2.tar.gz</action> | |
7 <action type="shell_command">ls</action> | |
8 <action type="shell_command">mv * $INSTALL_DIR</action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme> | |
15 Software: QUAST | |
16 Version: 3.2 | |
17 Source: http://bioinf.spbau.ru/quast | |
18 | |
19 For more info, contact: mbb@agr.gc.ca | |
20 </readme> | |
21 </package> | |
22 </tool_dependency> |