Mercurial > repos > jankanis > blast2html
diff blast2html.xml @ 91:24deecb59ce9 draft
merge py2.6 branch
| author | Jan Kanis <jan.code@jankanis.nl> |
|---|---|
| date | Tue, 24 Jun 2014 16:49:05 +0200 |
| parents | 2edb77030a9e |
| children | be7c94e29cd8 |
line wrap: on
line diff
--- a/blast2html.xml Tue Jun 24 11:00:57 2014 +0200 +++ b/blast2html.xml Tue Jun 24 16:49:05 2014 +0200 @@ -1,12 +1,12 @@ -<tool id="blast2html" name="blast2html" version="0.0.9"> +<tool id="blast2html" name="blast2html" version="0.0.10"> <description>Convert BLAST XML to HTML</description> <requirements> - <requirement name="package" version="0.1">blast2html_venv</requirement> + <requirement name="package" version="0.2">blast2html_venv</requirement> </requirements> - <command interpreter="python3">blast2html.py -i "${input}" -o "${output}"</command> + <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command> <stdio> <!-- Any exit code other than 0 is an error -->
