chainfile 0.4.0

A crate for working with genomics chain files.
Documentation
1
2
3
4
5
6
7
8
//! Facilities for lifting over coordinates.

pub mod machine;
pub mod stepthrough;

pub use machine::LiftoverResult;
pub use machine::Machine;
pub use stepthrough::StepThroughWithData;