annotate vcffixup.xml @ 0:07ef509fddbb

Imported from capsule None
author anton
date Wed, 11 Jun 2014 17:10:26 -0400
parents
children ad5153826912
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>
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement>
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>