biod ~meson (2022-05-07T11:17:22.3072764)
Dub
Repo
RandomAccessManager.BamReadFilter
bio
bam
randomaccessmanager
RandomAccessManager
Undocumented in source.
class
RandomAccessManager
static
struct
BamReadFilter (
R
) {
this
(R r, BamRegion[] regions);
bool
empty
();
ElementType
!
R
front
();
void
popFront
();
}
Constructors
this
this
(R r, BamRegion[] regions)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ElementType
!
R
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
bio
bam
randomaccessmanager
RandomAccessManager
constructors
this
functions
createStreamStartingFrom
eofVirtualOffset
found_index_file
getBai
getBgzfBlockAt
getChunks
getReadAt
getReads
getReadsBetween
hasEofBlock
setBufferSize
setCache
setTaskPool
static functions
filterBamReads
structs
BamReadFilter