Mercurial > repos > bgruening > antismash
comparison tool_dependencies.xml @ 1:abd9e69bb886 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 04 Oct 2013 03:36:02 -0400 |
parents | 7ad005dfbe78 |
children | 929cf8979901 |
comparison
equal
deleted
inserted
replaced
0:7ad005dfbe78 | 1:abd9e69bb886 |
---|---|
46 </action> | 46 </action> |
47 <action type="chmod"> | 47 <action type="chmod"> |
48 <file mode="750">$INSTALL_DIR/run_antismash.py</file> | 48 <file mode="750">$INSTALL_DIR/run_antismash.py</file> |
49 </action> | 49 </action> |
50 </actions> | 50 </actions> |
51 | |
52 <actions> | |
53 <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antismash-2.0.2.x86_64.tar.bz2</action> | |
54 <action type="move_directory_files"> | |
55 <source_directory>.</source_directory> | |
56 <destination_directory>$INSTALL_DIR</destination_directory> | |
57 </action> | |
58 <action type="chmod"> | |
59 <file mode="750">$INSTALL_DIR/run_antismash.py</file> | |
60 </action> | |
61 </actions> | |
62 | |
63 | |
51 <action type="setup_virtualenv">biopython=1.62 | 64 <action type="setup_virtualenv">biopython=1.62 |
52 helperlibs=0.1.2 | 65 helperlibs=0.1.2 |
53 straight.plugin=1.4.0-post-1</action> | 66 straight.plugin=1.4.0-post-1</action> |
54 | 67 |
55 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> | 68 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> |