dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
VCFWriter.addTag
dhtslib
vcf
writer
VCFWriter
Add FILTER tag (§1.2.3)
void
addTag
(string id, HeaderLengths number, HeaderTypes type, string description, string source, string _version)
void
addTag
(string id, string description)
struct
VCFWriter
deprecated
void
addTag
(
HeaderRecordType
tagType
)
(
string
id
,
string
description
)
if
(
tagType
==
HeaderRecordType.Filter
)
auto
addTag
(const(char)[] id, int length, string other)
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
Add FILTER tag (§1.2.3)