Mercurial > repos > bgruening > antismash
changeset 12:0d7484be1b6f draft
Uploaded
author | bgruening |
---|---|
date | Wed, 09 Oct 2013 17:33:23 -0400 |
parents | d2c2eb518142 |
children | 9cfa2fb488b0 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Oct 09 11:14:23 2013 -0400 +++ b/tool_dependencies.xml Wed Oct 09 17:33:23 2013 -0400 @@ -51,14 +51,15 @@ <!-- Download the binaries for AntiSmash compatible with 64-bit Linux. --> <actions architecture="x86_64" os="linux"> <action target_filename="antismash-2.0.2.tar.bz2" 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> - <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz</action> - <action type="move_directory_files"> - <source_directory>.</source_directory> - <destination_directory>$INSTALL_DIR/antismash/generic_modules/clusterblast</destination_directory> - </action> + <action type="download_file">https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz</action> + <action type="shell_command">tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast</action> </actions> <!-- Download the binaries for AntiSmash compatible with 32-bit Linux. --> <actions architecture="i386" os="linux">