annotate vcffixup.xml @ 3:434227302729 draft default tip

Uploaded
author anton
date Mon, 15 Sep 2014 14:51:23 -0400
parents 9f0d84b2deba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
9f0d84b2deba Updated tool version to 0.0.2
Anton Nekrutenko <anton@bx.psu.edu>
parents: 1
diff changeset
1 <tool id="vcffixup" name="VCFfixup:" version="0.0.2">
0
07ef509fddbb Imported from capsule None
anton
parents:
diff changeset
2 <requirements>
3
434227302729 Uploaded
anton
parents: 2
diff changeset
3 <requirement type="package" version="8a5602bf07">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
3
434227302729 Uploaded
anton
parents: 2
diff changeset
21 Uses genotypes from the selected VCF dataset to correct AC (alternate allele count), AF (alternate allele frequency), NS (number of called), in the VCF records.
0
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>