diff tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml @ 4:9d5beacae92b draft

Uploaded v0.0.13 which uses the recently added error handling. No longer bundles the hide_stderr.py script which is now redundant.
author peterjc
date Wed, 19 Sep 2012 13:08:31 -0400
parents 643338ac83c0
children 393a7a35383c
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml	Thu Aug 23 09:00:40 2012 -0400
+++ b/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml	Wed Sep 19 13:08:31 2012 -0400
@@ -1,9 +1,9 @@
-<tool id="ncbi_blastx_wrapper" name="NCBI BLAST+ blastx" version="0.0.12">
+<tool id="ncbi_blastx_wrapper" name="NCBI BLAST+ blastx" version="0.0.13">
     <description>Search protein database with translated nucleotide query sequence(s)</description>
     <!-- If job splitting is enabled, break up the query file into parts -->
     <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" shared_inputs="subject" merge_outputs="output1"></parallelism>
     <version_command>blastx -version</version_command>
-    <command interpreter="python">hide_stderr.py
+    <command>
 ## The command is a Cheetah template which allows some Python based syntax.
 ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces
 blastx
@@ -40,6 +40,10 @@
 ## End of advanced options:
 #end if
     </command>
+    <stdio>
+        <exit_code range="1:" />
+        <exit_code range="://0" />
+    </stdio>
     <inputs>
         <param name="query" type="data" format="fasta" label="Nucleotide query sequence(s)"/> 
         <conditional name="db_opts">