public abstract class BAMOutputFormat<K> extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,SAMRecordWritable>
OutputFormat: contains no functionality.| Modifier and Type | Field and Description |
|---|---|
static String |
WRITE_SPLITTING_BAI
If set to
true, write .splitting-bai files for every BAM file
(defaults to false). |
| Constructor and Description |
|---|
BAMOutputFormat() |
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getRecordWriter, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPathpublic static final String WRITE_SPLITTING_BAI
true, write .splitting-bai files for every BAM file
(defaults to false).
A splitting BAI file (not to be confused with a regular BAI file) contains an
index of offsets that the BAM file can be read from; they are used by
BAMInputFormat to construct splits.Copyright © 2016. All rights reserved.