Mercurial > repos > jankanis > blast2html
changeset 56:d2fb88c1e866
fix interpreter setting
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Mon, 26 May 2014 14:20:17 +0200 |
parents | c0c4f52ca313 |
children | 159989f6bfa6 |
files | blast2html.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 -->