public class KeyIgnoringSAMRecordWriter<K> extends SAMRecordWriter<K>
The write function ignores the key, just outputting the SAMRecord.
| Constructor and Description |
|---|
KeyIgnoringSAMRecordWriter(OutputStream output,
htsjdk.samtools.SAMFileHeader header,
boolean writeHeader) |
KeyIgnoringSAMRecordWriter(org.apache.hadoop.fs.Path output,
org.apache.hadoop.fs.Path input,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx) |
KeyIgnoringSAMRecordWriter(org.apache.hadoop.fs.Path output,
htsjdk.samtools.SAMFileHeader header,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(K ignored,
SAMRecordWritable rec) |
close, writeAlignmentpublic KeyIgnoringSAMRecordWriter(org.apache.hadoop.fs.Path output,
org.apache.hadoop.fs.Path input,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
throws IOException
IOExceptionpublic KeyIgnoringSAMRecordWriter(org.apache.hadoop.fs.Path output,
htsjdk.samtools.SAMFileHeader header,
boolean writeHeader,
org.apache.hadoop.mapreduce.TaskAttemptContext ctx)
throws IOException
IOExceptionpublic KeyIgnoringSAMRecordWriter(OutputStream output, htsjdk.samtools.SAMFileHeader header, boolean writeHeader) throws IOException
IOExceptionpublic void write(K ignored, SAMRecordWritable rec)
write in class org.apache.hadoop.mapreduce.RecordWriter<K,SAMRecordWritable>Copyright © 2016. All rights reserved.