Module rust_htslib::bam
[−]
[src]
Re-exports
pub use bam::record::Record; |
pub use bam::header::Header; |
pub use bam::buffer::RecordBuffer; |
Modules
| buffer | |
| header | |
| pileup | |
| record |
Structs
| HeaderView | |
| IndexedReader | |
| Reader |
A BAM reader. |
| Records |
Iterator over the records of a BAM. |
| Writer |
A BAM writer. |
Enums
| AuxWriteError | |
| BGZFError | |
| FetchError | |
| IndexedReaderError | |
| IndexedReaderPathError | |
| ReadError | |
| ReaderPathError | |
| SeekError | |
| ThreadingError | |
| WriteError | |
| WriterPathError |
Traits
| Read |
A trait for a BAM reader with a read method. |
Functions
| set_threads |
Implementation for |