Mercurial > repos > anton > vcffixup
annotate vcffixup.xml @ 1:ad5153826912
Updated to vcflib 86723982aa
author | Anton Nekrutenko <anton@bx.psu.edu> |
---|---|
date | Wed, 25 Jun 2014 16:14:35 -0400 |
parents | 07ef509fddbb |
children | 9f0d84b2deba |
rev | line source |
---|---|
0 | 1 <tool id="vcffixup" name="VCFfixup:" version="0.0.1"> |
2 <requirements> | |
1
ad5153826912
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>Count the allele frequencies across alleles present in each record in the VCF file</description> | |
6 <command>vcffixup "${input1}" > "${out_file1}"</command> | |
7 <inputs> | |
8 <param format="vcf" name="input1" type="data" label="Select VCF dataset"/> | |
9 </inputs> | |
10 <outputs> | |
11 <data format="vcf" name="out_file1" /> | |
12 </outputs> | |
13 <tests> | |
14 <test> | |
15 <param name="input1" value="vcflib.vcf"/> | |
16 <output name="out_file1" file="vcffixup-test1.vcf"/> | |
17 </test> | |
18 </tests> | |
19 <help> | |
20 | |
21 Uses genotypes from the VCF file to correct AC (alternate allele count), AF (alternate allele frequency), NS (number of called), in the VCF records. | |
22 | |
23 ---- | |
24 | |
25 Vcffixup is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). | |
26 | |
27 </help> | |
28 </tool> |