public class VCFFileMerger extends Object
KeyIgnoringVCFOutputFormat
into a single file. BCF files are not supported.| Constructor and Description |
|---|
VCFFileMerger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
mergeParts(String partDirectory,
String outputFile,
htsjdk.variant.vcf.VCFHeader header)
Merge part file shards produced by
KeyIgnoringVCFOutputFormat into a
single file with the given header. |
public static void mergeParts(String partDirectory, String outputFile, htsjdk.variant.vcf.VCFHeader header) throws IOException
KeyIgnoringVCFOutputFormat into a
single file with the given header.partDirectory - the directory containing part filesoutputFile - the file to write the merged file toheader - the header for the merged fileIOExceptionCopyright © 2017. All rights reserved.