Mercurial > repos > jankanis > blast2html
diff blast2html.xml @ 84:3338571b44cd draft
first attempt at running on python 2.6
| author | Jan Kanis <jan.code@jankanis.nl> |
|---|---|
| date | Mon, 23 Jun 2014 17:11:58 +0200 |
| parents | e3dd39906eef |
| children | 4340432b7191 |
line wrap: on
line diff
--- a/blast2html.xml Thu Jun 19 17:00:29 2014 +0200 +++ b/blast2html.xml Mon Jun 23 17:11:58 2014 +0200 @@ -6,7 +6,7 @@ <requirement name="package" version="0.1">blast2html_venv</requirement> </requirements> - <command interpreter="python3">blast2html.py -i "${input}" -o "${output}"</command> + <command interpreter="python2">blast2html.py -i "${input}" -o "${output}"</command> <stdio> <!-- Any exit code other than 0 is an error -->
