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::reader::Reader;
  • pub use self::async::Reader as AsyncReader;
  • pub use self::async::Writer as AsyncWriter;

Modules§

Structs§

Functions§

  • Reads the entire contents of a coordinate-sorted index (CSI).
  • Writes a coordinate-sorted index (CSI) to a file.

Type Aliases§

  • A coordinate-sorted index (CSI).