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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
1 <tool id="vcffixup" name="VCFfixup:" version="0.0.1">
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
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
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
4 </requirements>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
5 <description>Count the allele frequencies across alleles present in each record in the VCF file</description>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
6 <command>vcffixup "${input1}" > "${out_file1}"</command>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
7 <inputs>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
8 <param format="vcf" name="input1" type="data" label="Select VCF dataset"/>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
9 </inputs>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
10 <outputs>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
11 <data format="vcf" name="out_file1" />
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
12 </outputs>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
13 <tests>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
14 <test>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
15 <param name="input1" value="vcflib.vcf"/>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
16 <output name="out_file1" file="vcffixup-test1.vcf"/>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
17 </test>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
18 </tests>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
19 <help>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
20
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
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.
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
22
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
23 ----
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
24
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
25 Vcffixup is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
26
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
27 </help>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
28 </tool>