Documentation ¶
Overview ¶
Package fai implement FAI fasta sequence file index handling.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNonUnique = errors.New("non-unique record name")
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { // Name is the name of the sequence. Name string // Length is the length of the sequence. Length int // Start is the starting seek offset of // the sequence. Start int64 // BasesPerLine is the number of sequences // bases per line. BasesPerLine int // BytesPerLine is the number of bytes // used to represent each line. BytesPerLine int }
Record is a single FAI index record.
Click to show internal directories.
Click to hide internal directories.