Crate noodles_cram

Source
Expand description

noodles-cram handles the reading and writing of the CRAM format.

Re-exports§

pub use self::data_container::DataContainer;
pub use self::file_definition::FileDefinition;
pub use self::record::Record;
pub use self::fs::index;
pub use self::async::io::Reader as AsyncReader;
pub use self::async::io::Writer as AsyncWriter;

Modules§

async
Async CRAM.
codecs
CRAM block content codecs.
crai
CRAM index.
data_container
CRAM data container and fields.
file_definition
CRAM file definition and fields.
fs
CRAM filesystem operations.
io
CRAM I/O.
record
CRAM record and fields.