annotate vcfgenotypes.xml @ 0:6c636da8765c

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