dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
VCFWriter.this
dhtslib
vcf
writer
VCFWriter
setup and copy a header from another BCF/VCF as template
this
()
this
(string fn)
this
(string fn, T other)
struct
VCFWriter
this
(
T
)
(
string
fn
,
T
other
)
if
(
is
(
T
==
VCFHeader
) ||
is
(
T
==
bcf_hdr_t
*)
)
Meta
Source
See Implementation
dhtslib
vcf
writer
VCFWriter
constructors
this
functions
addFiledate
addFilterTag
addHeaderLineKV
addHeaderLineRaw
addRecord
addSample
addTag
getHeader
writeHeader
writeRecord
variables
fp
rows
vcfhdr
setup and copy a header from another BCF/VCF as template