# HG changeset patch # User devteam # Date 1392850732 18000 # Node ID 92e50e57c1e52cf28fd3489e889fc3fa40d32154 # Parent b7a87af26eafe47c582823d735457450b9417124 Uploaded diff -r b7a87af26eaf -r 92e50e57c1e5 picard_MergeVcfs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_MergeVcfs.xml Wed Feb 19 17:58:52 2014 -0500 @@ -0,0 +1,66 @@ + + + Merges multiple VCF or BCF files into one VCF file. + + picard + + + java -Xmx4G -jar \$JAVA_JAR_PATH/MergeVcfs.jar I=$input1 I=$input2 O=$output1 + #for $i in $inputs + I=${i.input} + #end for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Merges multiple VCF or BCF files 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 + + + \ No newline at end of file