Mercurial > repos > petr-novak > package_profrep_databases_1_0
view tool_dependencies.xml @ 8:7650b37f9a30 draft
Uploaded
author | petr-novak |
---|---|
date | Thu, 27 Jun 2019 06:46:24 -0400 |
parents | 9afc3b14920c |
children | 1af2bcd7e8fd |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="profrep_databases" version="1.0"> <install version="1.0"> <actions> <action type="download_file">http://downloads.sourceforge.net/project/bio-bwa/bwa-0.5.9.tar.bz2</action> <action type="move_file"> <source>bwa-0.5.9.tar.bz2</source> <destination>$INSTALL_DIR</destination> </action> <action type="shell_command">git clone https://bitbucket.org/petrnovak/re_databases.git</action> <action type="move_directory_files"> <source_directory>re_databases</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> </actions> </install> <readme> Profrep databases </readme> </package> </tool_dependency>