public abstract class VCFOutputFormat<K> extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,VariantContextWritable>
OutputFormat for VCF and
BCF files. Only locks down the value type and stores the output format
requested.| Modifier and Type | Field and Description |
|---|---|
protected VCFFormat |
format |
static String |
OUTPUT_VCF_FORMAT_PROPERTY
A string property defining the output format to use.
|
| Modifier | Constructor and Description |
|---|---|
protected |
VCFOutputFormat(org.apache.hadoop.conf.Configuration conf)
Creates a new output format, reading
OUTPUT_VCF_FORMAT_PROPERTY
from the given Configuration. |
protected |
VCFOutputFormat(VCFFormat fmt)
Creates a new output format for the given VCF format.
|
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getRecordWriter, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPathpublic static final String OUTPUT_VCF_FORMAT_PROPERTY
VCFFormat.valueOf(java.lang.String).protected VCFFormat format
protected VCFOutputFormat(org.apache.hadoop.conf.Configuration conf)
OUTPUT_VCF_FORMAT_PROPERTY
from the given Configuration.protected VCFOutputFormat(VCFFormat fmt)
Copyright © 2017. All rights reserved.