Module rust_htslib::bcf
[−]
[src]
Re-exports
pub use bcf::header::Header; |
pub use bcf::record::Record; |
pub use bcf::buffer::RecordBuffer; |
Modules
buffer | |
header | |
record |
Structs
IndexedReader |
An indexed VCF/BCF reader. |
Reader |
A VCF/BCF reader. |
Records | |
Writer |
A VCF/BCF writer. |
Enums
BCFError | |
BCFPathError | |
FetchError | |
IndexedReaderError | |
IndexedReaderPathError | |
ReadError | |
ThreadingError | |
WriteError |
Constants
GT_MISSING |
Redefinition of corresponding |
Traits
Read |
A trait for a BCF reader with a read method. |
Functions
set_threads |
Implementation for |