dhtslib ~cigar_and_md_api (2022-01-17T03:42:31.0299165)
Dub
Repo
VCFWriter.addTag
dhtslib
vcf
VCFWriter
Add contig definition (§1.2.7) to header meta-info
other: "url=...,md5=...,etc."
void
addTag
(string id, T number, string type, string description, string source, string _version)
void
addTag
(string id, string description)
auto
addTag
(const(char)[] id, int length, string other)
struct
VCFWriter
auto
addTag
(
string
tagType
)
(
const
(
char
)[]
id
,
const
int
length
= 0
,
string
other
= ""
)
if
(
tagType
== "contig" ||
tagType
== "CONTIG"
)
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 contig definition (§1.2.7) to header meta-info
other: "url=...,md5=...,etc."