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