38 releases (18 stable)

8.0.0 Aug 1, 2023
7.0.0 Jun 22, 2023
6.0.0 Jun 1, 2023
5.2.0 May 2, 2023
0.1.0-alpha.3 Jul 22, 2020

#81 in Biology

Download history 2/week @ 2024-02-09 10/week @ 2024-02-16 28/week @ 2024-02-23 6/week @ 2024-03-01 22/week @ 2024-03-08 20/week @ 2024-03-15 17/week @ 2024-03-22 25/week @ 2024-03-29

84 downloads per month
Used in 2 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

~22MB
~409K SLoC