Mercurial > repos > jankanis > blast2html
diff blast2html.xml @ 56:d2fb88c1e866
fix interpreter setting
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Mon, 26 May 2014 14:20:17 +0200 |
parents | 4217bb9cf1d3 |
children | 39df29f647e8 |
line wrap: on
line diff
--- a/blast2html.xml Mon May 26 14:10:48 2014 +0200 +++ b/blast2html.xml Mon May 26 14:20:17 2014 +0200 @@ -8,7 +8,7 @@ <requirement name="package" version="0.1">blast2html_venv</requirement> </requirements> - <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command> + <command interpreter="python3">blast2html.py -i "${input}" -o "${output}"</command> <stdio> <!-- Any exit code other than 0 is an error -->