public abstract class HtsgetBAMDecoder extends java.lang.Object implements ReadsDecoder
BundleResourceType.READS_HTSGET_BAM decoding.| Constructor and Description |
|---|
HtsgetBAMDecoder(Bundle inputBundle,
ReadsDecoderOptions readsDecoderOptions) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Get a user-friendly display name for this decoder.
|
java.lang.String |
getFileFormat()
Get the name of the file format supported by this decoder.The format name defines the underlying
format handled by this decoder, and also corresponds to the format of the primary bundle
resource that is required when decoding (see
BundleResourceType
and BundleResource.getFileFormat()). |
Bundle |
getInputBundle()
Get the input
Bundle for this decoder. |
ReadsDecoderOptions |
getReadsDecoderOptions()
Get the
ReadsDecoderOptions for this decoder. |
HtsVersion |
getVersion()
Get the version of the file format supported by this decoder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitqueryMate, queryUnmappedclose, getHeaderhasIndex, isQueryable, iterator, query, query, query, query, queryContained, queryContained, queryContained, queryOverlapping, queryOverlapping, queryOverlapping, queryStartpublic HtsgetBAMDecoder(Bundle inputBundle, ReadsDecoderOptions readsDecoderOptions)
public java.lang.String getFileFormat()
HtsDecoderBundleResourceType
and BundleResource.getFileFormat()).getFileFormat in interface HtsDecoder<SAMFileHeader,SAMRecord>public HtsVersion getVersion()
HtsDecodergetVersion in interface HtsDecoder<SAMFileHeader,SAMRecord>public final java.lang.String getDisplayName()
HtsDecodergetDisplayName in interface HtsDecoder<SAMFileHeader,SAMRecord>public Bundle getInputBundle()
Bundle for this decoder.Bundle for this decoderpublic ReadsDecoderOptions getReadsDecoderOptions()
ReadsDecoderOptions for this decoder.ReadsDecoderOptions for this decoder.