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