Previous changeset 8:7650b37f9a30 (2019-06-27) Next changeset 10:e88fe2bb9f79 (2019-06-27) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
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 |
b |
@@ -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> |