diff bcftools_index.xml @ 2:14567aa2be12 draft default tip

Added wrapper script for correct stderr handling
author geert-vandeweyer
date Thu, 10 Apr 2014 09:44:09 -0400
parents f2d331bf3d38
children
line wrap: on
line diff
--- a/bcftools_index.xml	Thu Jul 11 14:27:32 2013 -0500
+++ b/bcftools_index.xml	Thu Apr 10 09:44:09 2014 -0400
@@ -5,7 +5,7 @@
         <requirement type="package" version="0.1.18">samtools</requirement>
     </requirements>
 
-  <command interpreter="python">bcftools index $input > $output </command>
+  <command interpreter='python' >bcftools_wrapper.py bcftools index $input > $output </command>
 
   <inputs>
     <param  name="input" type="data" format="bcf" label="BCF File"/>
@@ -37,4 +37,4 @@
 
     </help>
 
-</tool>
\ No newline at end of file
+</tool>