# HG changeset patch # User devteam # Date 1390945547 18000 # Node ID ca0e1414805cf9b030d478073856d14208da5954 # Parent 37908b77f5bf0b34409c218522d188cdb4d6c473 Uploaded diff -r 37908b77f5bf -r ca0e1414805c picard_MergeVcfs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_MergeVcfs.xml Tue Jan 28 16:45:47 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