dhtslib v0.13.3+htslib-1.13 (2021-10-01T15:45:48Z)
Home
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