Mercurial > repos > petr-novak > package_profrep_databases_1_0
annotate tool_dependencies.xml @ 9:1af2bcd7e8fd draft
Uploaded
author | petr-novak |
---|---|
date | Thu, 27 Jun 2019 07:08:14 -0400 |
parents | 7650b37f9a30 |
children | e88fe2bb9f79 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="profrep_databases" version="1.0"> | |
4 <install version="1.0"> | |
1 | 5 <actions> |
9 | 6 <action type="make_directory">$INSTALL_DIR/test</action> |
7 <action type="make_directory">$INSTALL_DIR/test2</action> | |
6 | 8 <action type="download_file">http://downloads.sourceforge.net/project/bio-bwa/bwa-0.5.9.tar.bz2</action> |
1 | 9 </actions> |
0 | 10 </install> |
11 <readme> | |
1 | 12 Profrep databases |
0 | 13 </readme> |
14 </package> | |
15 </tool_dependency> | |
16 |