Mercurial > repos > jankanis > blast2html
diff blast2html.xml @ 38:91008923c402
add repository dependency; add <stdio> tag; update version
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Mon, 19 May 2014 14:41:55 +0200 |
parents | 36730fda2f54 |
children | 637f96ffb9a4 |
line wrap: on
line diff
--- a/blast2html.xml Thu May 15 18:24:15 2014 +0200 +++ b/blast2html.xml Mon May 19 14:41:55 2014 +0200 @@ -1,4 +1,4 @@ -<tool id="blast2html" name="blast2html" version="0.0.3"> +<tool id="blast2html" name="blast2html" version="0.0.4"> <description>Convert BLAST XML to HTML</description> @@ -9,6 +9,12 @@ </requirements> <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command> + + <stdio> + <!-- Any exit code other than 0 is an error --> + <exit_code range="1:" /> + <exit_code range=":-1" /> + </stdio> <inputs> <param format="blast" name="input" type="data" label="Source file"/>