Previous changeset 7:9afc3b14920c (2019-06-27) Next changeset 9:1af2bcd7e8fd (2019-06-27) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 9afc3b14920c -r 7650b37f9a30 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jun 27 05:35:02 2019 -0400 +++ b/tool_dependencies.xml Thu Jun 27 06:46:24 2019 -0400 |
b |
@@ -8,6 +8,11 @@ <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> |