Mercurial > repos > anton > vcfgenotypes
annotate vcfgenotypes.xml @ 2:ba8bf8f5d88a
Updated tool version to 0.0.2
author | Anton Nekrutenko <anton@bx.psu.edu> |
---|---|
date | Wed, 25 Jun 2014 16:49:19 -0400 |
parents | 606e32ff6241 |
children | b0e96b4c73c9 |
rev | line source |
---|---|
2
ba8bf8f5d88a
Updated tool version to 0.0.2
Anton Nekrutenko <anton@bx.psu.edu>
parents:
1
diff
changeset
|
1 <tool id="vcfgenotypes" name="VCFgenotypes:" version="0.0.2"> |
0 | 2 <requirements> |
1
606e32ff6241
Updated to vcflib 86723982aa
Anton Nekrutenko <anton@bx.psu.edu>
parents:
0
diff
changeset
|
3 <requirement type="package" version="86723982aa">vcflib</requirement> |
0 | 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> |