comparison vcfgenotypes.xml @ 0:6c636da8765c

Imported from capsule None
author anton
date Wed, 11 Jun 2014 17:11:28 -0400
parents
children 606e32ff6241
comparison
equal deleted inserted replaced
-1:000000000000 0:6c636da8765c
1 <tool id="vcfgenotypes" name="VCFgenotypes:" version="0.0.1">
2 <requirements>
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement>
4 </requirements>
5 <description>Convert numerical representation of genotypes to allelic</description>
6 <command>vcfgenotypes "${vcf_input}" > "${out_file1}"</command>
7 <inputs>
8 <param format="vcf" name="vcf_input" type="data" label="Select VCF dataset"/>
9 </inputs>
10 <outputs>
11 <data format="tabular" name="out_file1" />
12 </outputs>
13 <tests>
14 <test>
15 <param name="vcf_input" value="vcflib.vcf"/>
16 <output name="out_file1" file="vcfgenotypes-test1.tab"/>
17 </test>
18 </tests>
19 <help>
20
21 Converts numerical representation of genotypes (standard in GT field) to the alleles provided in the call's ALT/REF fields.
22
23 ----
24
25 Vcfgenotypes is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
26
27 </help>
28 </tool>