Mercurial > repos > jankanis > blast2html
changeset 1:9f5b46e90bd3 draft
Upload test
author | jankanis |
---|---|
date | Mon, 19 May 2014 09:46:42 -0400 |
parents | a54279222d84 |
children | 28f7353757c4 |
files | blast2html.xml repository_dependencies.xml |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/blast2html.xml Mon May 19 09:43:54 2014 -0400 +++ b/blast2html.xml Mon May 19 09:46:42 2014 -0400 @@ -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 09:46:42 2014 -0400 @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<repositories description="Requires BLAST XML and database datatype definitions."> + <repository changeset_revision="939a600f45e9" name="blast_datatypes" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu" /> +</repositories>