public class CRAMDecoderV2_1 extends CRAMDecoder
| Constructor and Description |
|---|
CRAMDecoderV2_1(Bundle bundle,
ReadsDecoderOptions readsDecoderOptions)
Create a new V2.1 CRAM 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 CRAMDecoderV2_1(Bundle bundle, ReadsDecoderOptions readsDecoderOptions)
BundleResourceType.ALIGNED_READS (to find a decoder for a bundle,
see ReadsResolver).bundle - the input Bundle to decodereadsDecoderOptions - the ReadsDecoderOptions to usepublic HtsVersion getVersion()
HtsDecoder