dhtslib ~dstep2 (2022-03-14T21:51:44.4661389)
Dub
Repo
VCFWriter.addTag
dhtslib
vcf
writer
VCFWriter
Add contig definition (§1.2.7) to header meta-info
other: "url=...,md5=...,etc."
void
addTag
(string id, HeaderLengths number, HeaderTypes type, string description, string source, string _version)
void
addTag
(string id, string description)
auto
addTag
(const(char)[] id, int length, string other)
struct
VCFWriter
deprecated
auto
addTag
(
HeaderRecordType
tagType
)
(
const
(
char
)[]
id
,
const
int
length
= 0
,
string
other
= ""
)
if
(
tagType
==
HeaderRecordType.Contig
)
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
Add contig definition (§1.2.7) to header meta-info
other: "url=...,md5=...,etc."