public class KeyIgnoringBCFRecordWriter<K> extends BCFRecordWriter<K>
The write function ignores the key, just outputting the VariantContext.
| Constructor and Description |
|---|
KeyIgnoringBCFRecordWriter(OutputStream output,
htsjdk.variant.vcf.VCFHeader header,
boolean writeHeader) |
KeyIgnoringBCFRecordWriter(org.apache.hadoop.fs.Path output,
org.apache.hadoop.fs.Path input,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx) |
KeyIgnoringBCFRecordWriter(org.apache.hadoop.fs.Path output,
htsjdk.variant.vcf.VCFHeader header,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(K ignored,
VariantContextWritable vc) |
close, setInputHeader, writeRecordpublic KeyIgnoringBCFRecordWriter(org.apache.hadoop.fs.Path output,
org.apache.hadoop.fs.Path input,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
throws IOException
IOExceptionpublic KeyIgnoringBCFRecordWriter(org.apache.hadoop.fs.Path output,
htsjdk.variant.vcf.VCFHeader header,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
throws IOException
IOExceptionpublic KeyIgnoringBCFRecordWriter(OutputStream output, htsjdk.variant.vcf.VCFHeader header, boolean writeHeader) throws IOException
IOExceptionpublic void write(K ignored, VariantContextWritable vc)
write in class org.apache.hadoop.mapreduce.RecordWriter<K,VariantContextWritable>Copyright © 2016. All rights reserved.