| Package | Description |
|---|---|
| org.seqdoop.hadoop_bam |
| Modifier and Type | Method and Description |
|---|---|
VariantContextWritable |
VCFRecordReader.getCurrentValue() |
VariantContextWritable |
BCFRecordReader.getCurrentValue() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.LongWritable,VariantContextWritable> |
VCFInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
Returns a
BCFRecordReader or VCFRecordReader as
appropriate, initialized with the given parameters. |
org.apache.hadoop.mapreduce.RecordWriter<K,VariantContextWritable> |
KeyIgnoringVCFOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
setHeader or readHeaderFrom must have been
called first. |
org.apache.hadoop.mapreduce.RecordWriter<K,VariantContextWritable> |
KeyIgnoringVCFOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext ctx,
org.apache.hadoop.fs.Path out) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyIgnoringVCFRecordWriter.write(K ignored,
VariantContextWritable vc) |
void |
KeyIgnoringBCFRecordWriter.write(K ignored,
VariantContextWritable vc) |
Copyright © 2016. All rights reserved.