Struct rust_htslib::bcf::Reader [−][src]
pub struct Reader { /* fields omitted */ }
Expand description
A VCF/BCF reader.
Implementations
Trait Implementations
Return empty record. Can be reused multiple times.
Return an iterator over all records of the VCF/BCF file.
Activate multi-threaded BCF/VCF read support in htslib. This should permit faster reading of large VCF files. Read more
Return the header.