Mercurial > repos > jankanis > blast2html
changeset 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 | 3173dfa849cc |
files | blast2html.xml repository_dependencies.xml |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
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"/>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/repository_dependencies.xml Mon May 19 14:41:55 2014 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<repositories description="Requires BLAST XML and database datatype definitions."> + <repository name="blast_datatypes" owner="devteam" /> +</repositories>