saboten 0.0.1

Provides biedged graphs, cactus graphs and trees, and an algorithm for finding ultrabubbles in variation graphs.
Documentation
1
2
3
4
5
pub mod biedgedgraph;
pub mod cactusgraph;
pub mod netgraph;
pub mod projection;
pub mod ultrabubble;