annotate vcfcombine.xml @ 3:80a0553ee39a draft default tip

Uploaded
author anton
date Mon, 15 Sep 2014 14:50:09 -0400
parents e00ef554b109
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
e00ef554b109 Updated tool version to 0.0.2
Anton Nekrutenko <anton@bx.psu.edu>
parents: 1
diff changeset
1 <tool id="vcfcombine" name="VCFcombine:" version="0.0.2">
0
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
2 <requirements>
3
80a0553ee39a Uploaded
anton
parents: 2
diff changeset
3 <requirement type="package" version="8a5602bf07">vcflib</requirement>
0
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
4 </requirements>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
5 <description>Combine multiple VCF datasets</description>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
6 <command>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
7
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
8 vcfcombine
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
9
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
10 #for $input_vcf in $input_vcfs:
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
11 "${input_vcf.input_vcf}"
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
12 #end for
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
13
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
14 > "${out_file1}"
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
15
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
16 </command>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
17 <inputs>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
18 <repeat name="input_vcfs" title="Select VCF dataset" min="2" >
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
19 <param name="input_vcf" type="data" format="vcf" label="Dataset"/>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
20 </repeat>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
21 </inputs>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
22 <outputs>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
23 <data format="vcf" name="out_file1" />
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
24 </outputs>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
25 <tests>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
26 <test>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
27 <param name="input_vcf" value="vcflib.vcf"/>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
28 <output name="out_file1" file="vcfcombine-test1.vcf"/>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
29 </test>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
30 </tests>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
31 <help>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
32
3
80a0553ee39a Uploaded
anton
parents: 2
diff changeset
33 Combines VCF files positionally, combining samples when sites and alleles are identical. Any number of VCF files may be combined. The INFO field and other columns are taken from one of the files, which are combined when records in multiple files match. Alleles must have identical ordering to be combined into one record. If they do not, multiple records will be emitted.
0
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
34
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
35 -----
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
36
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
37 Vcfcombine is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
38
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
39 </help>
c079222f1e38 Imported from capsule None
anton
parents:
diff changeset
40 </tool>