biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
Region
bio
std
file
fasta
Undocumented in source.
struct
Region {
string
reference
;
ulong
beg
;
ulong
end
;
len
[@property getter];
string
toString
();
this
(string q);
}
Constructors
this
this
(string q)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
len
len
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
beg
ulong
beg
;
end
ulong
end
;
Undocumented in source.
reference
string
reference
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
file
fasta
functions
fastaRecords
fastaRegions
fetchFastaRegions
structs
FastaRecord
Region