Crate noodles_cram[][src]

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;

Modules

CRAM index.

CRAM data container and fields.

CRAM file definition and fields.

CRAM reader and record iterator.

CRAM record and fields.

Structs

An async CRAM reader.

A CRAM writer.

Functions

Indexes a CRAM file.