Expand description
A crate to represent genome graphs.
Genome graphs are typically node- or edge-centric bigraphs that store genome strings on their nodes or edges respectively.
This crate offers type aliases using the bigraph
crate to easily define genome graphs, as well as methods for reading and writing them.
Currently, the format for input and output is the bcalm2 fasta format.
Re-exports§
pub use bigraph;
pub use compact_genome;