A bioinformatics library for Rust. This library provides implementations of many algorithms and data structures that are useful for bioinformatics, but also in other fields.
//! Readers and writers for common bioinformatics file formats.
#[path="bed/bed.rs"]pubmodbed;#[path="bed/common.rs"]pubmodcommon;pubmodbedpe;pubmodfasta;pubmodfastq;pubmodfastx;pubmodgff;#[cfg(feature ="phylogeny")]pubmodnewick;