chainfile 0.4.0

A crate for working with genomics chain files.
Documentation
1
2
3
4
5
//! Alignment data within a chain file.

pub mod section;

pub use section::Section;