Documentation
¶
Index ¶
- Variables
- func CreateBamIndex(bamFile string) (err error)
- func Has(t string) bool
- func LoadBamIndex(bamFile string) (err error)
- func NewVirtual(t string, p string, s int64, c int64) *vIndex
- func SizePart(part string, v *vIndex) (pos int64, length int64, err error)
- func UnLoadBamIndex(bamFile string) (err error)
- type Idx
- type Index
- type Indexer
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Indexers = map[string]indexerFunc{ "line": NewLineIndexer, "record": NewRecordIndexer, "size": NewSizeIndexer, "chunkrecord": NewChunkRecordIndexer, } )
Functions ¶
func CreateBamIndex ¶
func LoadBamIndex ¶
func UnLoadBamIndex ¶
Types ¶
type Indexer ¶
func NewBaiIndexer ¶
func NewChunkRecordIndexer ¶
func NewLineIndexer ¶
func NewRecordIndexer ¶
func NewSizeIndexer ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.