diff blast2html.xml @ 1:9f5b46e90bd3 draft

Upload test
author jankanis
date Mon, 19 May 2014 09:46:42 -0400
parents a54279222d84
children
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"/>