dhtslib ~develop (2026-02-25T17:15:04.0517913)
Dub
Repo
VCFReader
dhtslib
vcf
reader
Basic support for reading VCF, BCF files via tabix
auto
VCFReader
(string fn, int extra_threads, UnpackLevel MAX_UNPACK)
auto
VCFReader
(TabixIndexedFile tbxFile, string chrom, Interval!cs coords, int extra_threads, UnpackLevel MAX_UNPACK)
auto
VCFReader
(
CoordSystem
cs
)
(
TabixIndexedFile
tbxFile
,
string
chrom
,
Interval
!
cs
coords
,
int
extra_threads
= -1
,
UnpackLevel
MAX_UNPACK
=
UnpackLevel.None
)
Meta
Source
See Implementation
dhtslib
vcf
reader
aliases
BCFReader
functions
VCFReader
structs
VCFReaderImpl
Basic support for reading VCF, BCF files via tabix