saboten

Crates.iosaboten
lib.rssaboten
version0.1.2-alpha.3
sourcesrc
created_at2020-10-08 02:35:26.545036
updated_at2021-06-29 14:45:27.932817
descriptionProvides biedged graphs, cactus graphs and trees, and an algorithm for finding ultrabubbles in variation graphs.
homepage
repositoryhttps://github.com/chfi/saboten
max_upload_size
id297146
size3,439,488
Christian Fischer (chfi)

documentation

README

Saboten - cactus graphs and ultrabubbles in Rust

A Rust implementation of the algorithm described in Superbubbles, Ultrabubbles and Cacti paper.

Supports transforming a GFA graph into a biedged graph, and further into cactus graphs, cactus trees, and bridge forests.

These structures can then be used to find the ultrabubbles in the graph (see the paper for more details).

For use of this library in a command line application, see gfautil.

Limitations

Input graphs must have all segment names as unsigned integers, and tightly packed, e.g. from 0 to N-1, if there are N segments, however the numbering does not have to start from zero.

Commit count: 226

cargo fmt