Repository 'blast2html'
hg clone https://toolshed.g2.bx.psu.edu/repos/jankanis/blast2html

Changeset 38:91008923c402 (2014-05-19)
Previous changeset 37:36730fda2f54 (2014-05-15) Next changeset 39:3173dfa849cc (2014-05-19)
Commit message:
add repository dependency; add <stdio> tag; update version
modified:
blast2html.xml
added:
repository_dependencies.xml
b
diff -r 36730fda2f54 -r 91008923c402 blast2html.xml
--- a/blast2html.xml Thu May 15 18:24:15 2014 +0200
+++ b/blast2html.xml Mon May 19 14:41:55 2014 +0200
b
@@ -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"/>
b
diff -r 36730fda2f54 -r 91008923c402 repository_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/repository_dependencies.xml Mon May 19 14:41:55 2014 +0200
b
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<repositories description="Requires BLAST XML and database datatype definitions.">
+        <repository name="blast_datatypes" owner="devteam" />
+</repositories>