Mercurial > repos > bgruening > antismash
changeset 20:ca150c701c39 draft
Uploaded
author | bgruening |
---|---|
date | Sat, 12 Oct 2013 08:55:18 -0400 |
parents | 3d9f00b883a3 |
children | 93b2baa4b9d6 |
files | antismash.xml tool_dependencies.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/antismash.xml Sat Oct 12 08:03:30 2013 -0400 +++ b/antismash.xml Sat Oct 12 08:55:18 2013 -0400 @@ -1,4 +1,4 @@ -<tool id="antismash" name="Secondary Metabolites" version="2.0.2.0"> +<tool id="antismash" name="Secondary Metabolites" version="2.0.2.1"> <description>and Antibiotics Analysis (antiSMASH)</description> <requirements> <requirement type="package" version="3.0">hmmer</requirement>
--- a/tool_dependencies.xml Sat Oct 12 08:03:30 2013 -0400 +++ b/tool_dependencies.xml Sat Oct 12 08:55:18 2013 -0400 @@ -34,7 +34,7 @@ <package name="pyquery" version="1.2.6"> <install version="1.0"> <actions> - <action type="download_by_url">https://pypi.python.org/packages/source/p/pyquery/pyquery-1.2.6.zip</action> + <action type="download_by_url">https://github.com/gawel/pyquery/archive/1.2.6.tar.gz</action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment">