# HG changeset patch # User devteam # Date 1393219837 18000 # Node ID f62633c8fd64bcb0bc497a6dabc1889e24de7c16 # Parent bc997d1de208cc71cb7625ee6f5edf6378133b01 Deleted selected files diff -r bc997d1de208 -r f62633c8fd64 picard_MergeVcfs.xml --- a/picard_MergeVcfs.xml Thu Feb 20 18:27:42 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ - - - 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