dhtslib ~master (2020-09-09T05:17:46Z)
Home
Dub
Repo
VCFWriter.addTag
dhtslib
vcf
VCFWriter
Add FILTER tag (§1.2.3)
void
addTag
(string id, T number, string type, string description, string source, string _version)
void
addTag
(string id, string description)
struct
VCFWriter
void
addTag
(
string
tagType
)
(
string
id
,
string
description
)
if
(
tagType
== "FILTER"
)
auto
addTag
(const(char)[] id, int length, string other)
Meta
Source
See Implementation
dhtslib
vcf
VCFWriter
constructors
this
destructors
~this
functions
addFiledate
addFilterTag
addHeaderLineKV
addHeaderLineRaw
addRecord
addSample
addTag
copyHeaderLines
getHeader
writeHeader
writeRecord
variables
fp
rows
vcfhdr
Add FILTER tag (§1.2.3)