Crate noodles_bcf

Source
Expand description

noodles-bcf handles the reading and writing of the BCF format.

Re-exports§

pub use self::record::Record;
pub use self::async::io::Reader as AsyncReader;
pub use self::async::io::Writer as AsyncWriter;

Modules§

async
Async BCF.
fs
BCF filesystem operations.
io
BCF I/O.
record
BCF record.