40 releases (20 stable)
10.0.0 | Sep 19, 2024 |
---|---|
9.0.0 | Aug 7, 2024 |
8.0.0 | Aug 1, 2023 |
7.0.0 | Jun 22, 2023 |
0.1.0-alpha.3 | Jul 22, 2020 |
#184 in Biology
136 downloads per month
Used in 3 crates
185KB
4K
SLoC
Genome graph.
A Rust crate to represent genome graphs.
Supports mainly bigraphs at the moment.
lib.rs
:
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.
Dependencies
~19–27MB
~413K SLoC