comparison vcfannotate.xml @ 1:e756415c3a9f draft default tip

Uploaded
author anton
date Tue, 10 Jun 2014 12:05:06 -0400
parents 911df9fc9512
children
comparison
equal deleted inserted replaced
0:911df9fc9512 1:e756415c3a9f
2 <requirements> 2 <requirements>
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement> 3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement>
4 </requirements> 4 </requirements>
5 <description>Intersect VCF records with BED annotations</description> 5 <description>Intersect VCF records with BED annotations</description>
6 <command>vcfannotate --key "${key_option}" -b "${bed_data}" "${input}" > "${out_file1}"</command> 6 <command>vcfannotate --key "${key_option}" -b "${bed_data}" "${input}" > "${out_file1}"</command>
7 <inputs> 7 <inputs>
8 <param format="vcf" name="input" type="data" label="Select VCF dataset"/>
8 <param name="bed_data" type="data" format="bed" label="BED datasets to itersect with"/> 9 <param name="bed_data" type="data" format="bed" label="BED datasets to itersect with"/>
9 <param name="key_option" size="20" type="text" value="BED-features" label="Intersecting VCF records will be prefixed with this TAG within the INFO field" help="--key option"/> 10 <param name="key_option" size="20" type="text" value="BED-features" label="Intersecting VCF records will be prefixed with this TAG within the INFO field" help="--key option"/>
10 <param format="vcf" name="input" type="data" label="From"/>
11 </inputs> 11 </inputs>
12 <outputs> 12 <outputs>
13 <data format="vcf" name="out_file1" /> 13 <data format="vcf" name="out_file1" />
14 </outputs> 14 </outputs>
15 <tests> 15 <tests>
41 #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NA00001 NA00002 NA00003 41 #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NA00001 NA00002 NA00003
42 20 1110696 rs6040355 A G,T 67 PASS AA=T;AF=0.333,0.667;BED-features=uc010zpo.2:uc002wel.4:uc010zpp.2:uc002wen.4;DP=10;NS=2;DB GT:GQ:DP:HQ 1|2:21:6:23,27 2|1:2:0:18,2 2/2:35:4:.,. 42 20 1110696 rs6040355 A G,T 67 PASS AA=T;AF=0.333,0.667;BED-features=uc010zpo.2:uc002wel.4:uc010zpp.2:uc002wen.4;DP=10;NS=2;DB GT:GQ:DP:HQ 1|2:21:6:23,27 2|1:2:0:18,2 2/2:35:4:.,.
43 43
44 ---- 44 ----
45 45
46 Vcfannotate is a part of **VCFlib** toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). 46 Vcfannotate is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
47 47
48 48
49 </help> 49 </help>
50 </tool> 50 </tool>