Crate noodles_csi

Source
Expand description

noodles-csi handles the reading and writing of the coordinate-sorted index (CSI) format.

Re-exports§

pub use self::binning_index::BinningIndex;
pub use self::fs::read;
pub use self::fs::write;
pub use self::io::Reader;
pub use self::io::Writer;
pub use self::async::io::Reader as AsyncReader;
pub use self::async::io::Writer as AsyncWriter;

Modules§

async
Async CSI.
binning_index
Binning index.
fs
CSI filesystem operations.
io
CSI I/O.

Type Aliases§

Index
A coordinate-sorted index (CSI).