Mercurial > repos > peterjc > blast_rbh
changeset 7:493243f8eb88 draft
Uploaded v0.1.0g, check return code
| author | peterjc | 
|---|---|
| date | Wed, 21 May 2014 06:40:30 -0400 | 
| parents | e47960bcdccb | 
| children | d3eb5cda7270 | 
| files | tools/blast_rbh/blast_rbh.xml | 
| diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tools/blast_rbh/blast_rbh.xml Wed May 21 06:33:50 2014 -0400 +++ b/tools/blast_rbh/blast_rbh.xml Wed May 21 06:40:30 2014 -0400 @@ -18,6 +18,11 @@ #end if $identity $q_cover "$output" </command> + <stdio> + <!-- Anything other than zero is an error --> + <exit_code range="1:" /> + <exit_code range=":-1" /> + </stdio> <inputs> <!-- Galaxy does not have sub-types for protein vs nucletide FASTA --> <param name="fasta_a" type="data" format="fasta"
