Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BamAt ¶
type BamAt struct { *bam.Reader Refs map[string]*sam.Reference // contains filtered or unexported fields }
BamAt holds bam index and the Bam Reader. Because BamAt holds the underlying os.File open, it is not safe to query from multiple go routines.
Click to show internal directories.
Click to hide internal directories.