25 releases (3 stable)
1.2.1 | Nov 17, 2022 |
---|---|
1.1.0 | Jun 1, 2022 |
0.8.0 | Mar 8, 2022 |
0.4.10 | Oct 27, 2021 |
0.1.0-alpha.6 | Jul 22, 2020 |
#27 in Biology
101 downloads per month
Used in 2 crates
(via genome-graph)
71KB
1.5K
SLoC
Compact Genome
A Rust crate to represent a genome string in memory.
The crate defines trait abstractions over a genome string, and provides different compact implementations. At the moment, only the basic ASCII representation of the base characters is supported though.
lib.rs
:
This crate abstracts over the representation of a genome string, allowing for different implementations that are catered to different use-cases.
Dependencies
~2.5MB
~55K SLoC