Mercurial > repos > bgruening > antismash
changeset 1:abd9e69bb886 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 04 Oct 2013 03:36:02 -0400 |
parents | 7ad005dfbe78 |
children | 929cf8979901 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Oct 04 03:33:05 2013 -0400 +++ b/tool_dependencies.xml Fri Oct 04 03:36:02 2013 -0400 @@ -48,6 +48,19 @@ <file mode="750">$INSTALL_DIR/run_antismash.py</file> </action> </actions> + + <actions> + <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antismash-2.0.2.x86_64.tar.bz2</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="chmod"> + <file mode="750">$INSTALL_DIR/run_antismash.py</file> + </action> + </actions> + + <action type="setup_virtualenv">biopython=1.62 helperlibs=0.1.2 straight.plugin=1.4.0-post-1</action>