Previous changeset 6:d7c01a74f2cc (2019-06-27) Next changeset 8:7650b37f9a30 (2019-06-27) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r d7c01a74f2cc -r 9afc3b14920c tool_dependencies.xml --- a/tool_dependencies.xml Thu Jun 27 05:19:23 2019 -0400 +++ b/tool_dependencies.xml Thu Jun 27 05:35:02 2019 -0400 |
b |
@@ -4,6 +4,10 @@ <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> </actions> </install> <readme> |