VCFWriter.addRecord

Add a record

alleles: comma-separated string, including ref allele qual: a float, but accepts any numeric

struct VCFWriter
int
addRecord
(
S
N
)
(,
int pos
,
S id
,,,)
if (
(
isSomeString!S ||
is(S == char*)
)
&&
isNumeric!N
)

Meta