Struct rust_htslib::bcf::IndexedReader [] [src]

pub struct IndexedReader { /* fields omitted */ }

An indexed VCF/BCF reader.

Methods

impl IndexedReader
[src]

[src]

Create a new IndexedReader from path.

Arguments

  • path - the path to open.

[src]

[src]

Trait Implementations

impl Debug for IndexedReader
[src]

[src]

Formats the value using the given formatter. Read more

impl Send for IndexedReader
[src]

impl Read for IndexedReader
[src]

[src]

Read the next record. Read more

Important traits for Records<'a, R>
[src]

Return an iterator over all records of the VCF/BCF file.

[src]

Activate multi-threaded BCF/VCF read support in htslib. This should permit faster reading of large VCF files. Read more

[src]

Return the header.

[src]

Return empty record. Can be reused multiple times.

impl Drop for IndexedReader
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Sync for IndexedReader