Mercurial > repos > wrtz > bcftools
comparison bgzip.xml @ 29:91a6f019e1a9 draft
Uploaded
| author | wrtz |
|---|---|
| date | Fri, 15 Jan 2016 11:54:12 -0500 |
| parents | c34371f08c6f |
| children |
comparison
equal
deleted
inserted
replaced
| 28:2c0b9020b55d | 29:91a6f019e1a9 |
|---|---|
| 1 <tool id="bgzip" name="Bgzip" version="1.0.0"> | 1 <tool id="bgzip" name="Bgzip" version="1.0.0"> |
| 2 <description>Run bgzip compression on file </description> | 2 <description>Run bgzip compression on file </description> |
| 3 <requirements> | |
| 4 <requirement type="package" version="0.2.6">tabix</requirement> | |
| 5 </requirements> | |
| 3 <command> | 6 <command> |
| 4 bgzip -c -f $input> $output | 7 bgzip -c -f $input> $output |
| 5 </command> | 8 </command> |
| 6 <inputs> | 9 <inputs> |
| 7 <param name="input" type="data" label="Input file" /> | 10 <param name="input" type="data" label="Input file" /> |
