oxbow 0.7.0

Read conventional genomic file formats as data frames and more via Apache Arrow.
Documentation
1
2
3
4
5
6
pub mod model;
pub mod scanner;

pub use model::Model as GxfModel;
pub use scanner::gff::Scanner as GffScanner;
pub use scanner::gtf::Scanner as GtfScanner;