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 SequenceModel;
pub use scanner::fasta::Scanner as FastaScanner;
pub use scanner::fastq::Scanner as FastqScanner;