comparison bcftools_cat.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
comparison
equal deleted inserted replaced
1:3182c7fac413 2:14567aa2be12
3 3
4 <requirements> 4 <requirements>
5 <requirements type="package">samtools</requirements> 5 <requirements type="package">samtools</requirements>
6 </requirements> 6 </requirements>
7 7
8 <command interpreter="python">bcftools cat $rinput > $output </command> 8 <command interpreter='python'>bcftools_wrapper.py bcftools cat $rinput > $output </command>
9 9
10 <inputs> 10 <inputs>
11 <repeat name="rinput" title="BCF File"> 11 <repeat name="rinput" title="BCF File">
12 <param name="input" type="data" format="bcf" label="File"/> 12 <param name="input" type="data" format="bcf" label="File"/>
13 </repeat> 13 </repeat>