41 releases (11 major breaking)

11.0.0 Jan 30, 2025
10.0.0 Sep 19, 2024
9.0.0 Aug 7, 2024
8.0.0 Aug 1, 2023
0.1.0-alpha.3 Jul 22, 2020

#97 in Biology

Download history 72/week @ 2024-10-23 3/week @ 2024-10-30 6/week @ 2024-11-06 2/week @ 2024-11-13 31/week @ 2024-11-20 11/week @ 2024-11-27 18/week @ 2024-12-04 31/week @ 2024-12-11 17/week @ 2024-12-18 22/week @ 2025-01-08 156/week @ 2025-01-29 24/week @ 2025-02-05

180 downloads per month
Used in 3 crates

BSD-2-Clause

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

~20MB
~351K SLoC