dhtslib ~dstep2 (2022-03-14T21:51:44.4661389)
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