dhtslib ~dstep2 (2022-03-14T21:51:44.4661389)
Dub
Repo
VCFWriter.this
dhtslib
vcf
writer
VCFWriter
setup and copy a header from another BCF/VCF as template
this
()
this
(T f, VCFWriterTypes t)
this
(T f, H header, VCFWriterTypes t, int extra_threads)
struct
VCFWriter
this
(
T
H
)
(
T
f
,
H
header
,
VCFWriterTypes
t
=
VCFWriterTypes.DEDUCE
,
int
extra_threads
= -1
)
if
(
(
is
(
H
==
VCFHeader
) ||
is
(
H
==
bcf_hdr_t
*)
)
&&
(
is
(
T
==
string
) ||
is
(
T
==
File
)
)
)
Meta
Source
See Implementation
dhtslib
vcf
writer
VCFWriter
constructors
this
functions
addFiledate
addFilterTag
addHeaderLineKV
addHeaderLineRaw
addRecord
addSample
addTag
getHeader
writeHeader
writeRecord
postblits
this(this)
variables
filename
fp
rows
vcfhdr
setup and copy a header from another BCF/VCF as template