public class CRAMDecoderV3_0 extends CRAMDecoder
| Constructor and Description |
|---|
CRAMDecoderV3_0(Bundle bundle,
ReadsDecoderOptions readsDecoderOptions)
Create a new CRAM V3.0 decoder.
|
| Modifier and Type | Method and Description |
|---|---|
HtsVersion |
getVersion()
Get the version of the file format supported by this decoder.
|
close, getCRAMReferenceSource, getDisplayName, getFileFormat, getHeader, getInputBundle, getReadsDecoderOptions, hasIndex, isQueryable, iterator, query, queryMate, queryStart, queryUnmappedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitquery, query, query, queryContained, queryContained, queryContained, queryOverlapping, queryOverlapping, queryOverlappingpublic CRAMDecoderV3_0(Bundle bundle, ReadsDecoderOptions readsDecoderOptions)
BundleResourceType.ALIGNED_READS (to find a decoder for a bundle,
see ReadsResolver).bundle - input Bundle to decodereadsDecoderOptions - ReadsDecoderOptions to usepublic HtsVersion getVersion()
HtsDecoder