Mercurial > repos > petr-novak > package_profrep_databases_1_0
annotate tool_dependencies.xml @ 7:9afc3b14920c draft
Uploaded
author | petr-novak |
---|---|
date | Thu, 27 Jun 2019 05:35:02 -0400 |
parents | d7c01a74f2cc |
children | 7650b37f9a30 |
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> |
6 | 6 <action type="download_file">http://downloads.sourceforge.net/project/bio-bwa/bwa-0.5.9.tar.bz2</action> |
7 | 7 <action type="move_file"> |
8 <source>bwa-0.5.9.tar.bz2</source> | |
9 <destination>$INSTALL_DIR</destination> | |
10 </action> | |
1 | 11 </actions> |
0 | 12 </install> |
13 <readme> | |
1 | 14 Profrep databases |
0 | 15 </readme> |
16 </package> | |
17 </tool_dependency> | |
18 |