# HG changeset patch # User devteam # Date 1393220102 18000 # Node ID 3f972ba71ecedded9e341bcd4ef7210856131d04 # Parent c803b1068fa6699e91b9d7fafac8080935067c56 Uploaded diff -r c803b1068fa6 -r 3f972ba71ece picard_MergeVcfs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_MergeVcfs.xml Mon Feb 24 00:35:02 2014 -0500 @@ -0,0 +1,51 @@ + + + Merges multiple VCF files into one VCF file. + + picard + + + mergevcf_wrapper.sh $output1 $input1 $input2 + #for $i in $inputs + ${i.input} + #end for + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Merges multiple VCF into one VCF file. Input files must be sorted by their contigs and, within contigs, by start position. The input files must have the same sample and contig lists. An index file is created and a sequence dictionary is required by default. + +.. _Picard: http://picard.sourceforge.net/command-line-overview.shtml#MergeVcfs + + +