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::reader::Reader;
pub use self::record::Record;
pub use self::writer::Writer;
pub use self::async::Writer as AsyncWriter;

Modules

Async CRAM I/O.
CRAM block content codecs.
CRAM index.
CRAM data container and fields.
CRAM file definition and fields.
CRAM reader and record iterator.
CRAM record and fields.
CRAM writer.

Structs

An async CRAM reader.

Functions

Indexes a CRAM file.