biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
FaiRecord
bio
std
file
fai
Undocumented in source.
struct
FaiRecord {
string
header
;
string
lineTerm
;
ulong
seqLen
;
ulong
lineLen
;
ulong
offset
;
ulong
lineOffset
[@property getter];
string
toString
();
this
(string str);
this
(string header, string lineTerm, ulong seqLen, ulong lineLen, ulong offset);
}
Constructors
this
this
(string str)
Undocumented in source.
this
this
(string header, string lineTerm, ulong seqLen, ulong lineLen, ulong offset)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
lineOffset
ulong
lineOffset
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
header
string
header
;
lineLen
ulong
lineLen
;
lineTerm
string
lineTerm
;
offset
ulong
offset
;
Undocumented in source.
seqLen
ulong
seqLen
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
file
fai
functions
buildFai
makeIndex
readFai
structs
FaiRecord