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.