biod ~bio2 (2022-05-05T08:17:46.2810097)
Dub
Repo
BamHeader
bio2
bam
header
Undocumented in source.
struct
BamHeader {
string
id
;
string
text
;
RefSequence
[]
refs
;
this(this)
;
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Variables
id
string
id
;
Undocumented in source.
refs
RefSequence
[]
refs
;
Undocumented in source.
text
string
text
;
Undocumented in source.
Meta
Source
See Implementation
bio2
bam
header
functions
fetch_bam_header
write_bam_header
structs
BamHeader
RefSequence