1//! Readers and writers for common bioinformatics file formats.
23#[path = "bed/bed.rs"]
4pub mod bed;
56#[path = "bed/common.rs"]
7pub mod common;
89pub mod bedpe;
10pub mod fasta;
11pub mod fastq;
12pub mod fastx;
13pub mod gff;
14#[cfg(feature = "phylogeny")]
15pub mod newick;