# HG changeset patch # User petr-novak # Date 1561633694 14400 # Node ID 1af2bcd7e8fdf71f40d16bab9bdf75a1de318c7f # Parent 7650b37f9a30a1f36b817aea455649a20bebbedf Uploaded diff -r 7650b37f9a30 -r 1af2bcd7e8fd tool_dependencies.xml --- a/tool_dependencies.xml Thu Jun 27 06:46:24 2019 -0400 +++ b/tool_dependencies.xml Thu Jun 27 07:08:14 2019 -0400 @@ -3,16 +3,9 @@ <package name="profrep_databases" version="1.0"> <install version="1.0"> <actions> + <action type="make_directory">$INSTALL_DIR/test</action> + <action type="make_directory">$INSTALL_DIR/test2</action> <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>