57 releases (35 stable)

new 12.2.1 Apr 16, 2025
12.2.0 Mar 6, 2025
12.0.1 Jan 30, 2025
11.1.1 Jan 21, 2025
0.1.0-alpha.6 Jul 22, 2020

#124 in Biology

Download history 2/week @ 2024-12-31 37/week @ 2025-01-07 157/week @ 2025-01-14 315/week @ 2025-01-21 188/week @ 2025-01-28 95/week @ 2025-02-04 48/week @ 2025-02-11 9/week @ 2025-02-18 54/week @ 2025-02-25 329/week @ 2025-03-04 141/week @ 2025-03-11 43/week @ 2025-03-18 45/week @ 2025-03-25 41/week @ 2025-04-01 32/week @ 2025-04-08

178 downloads per month
Used in 11 crates (5 directly)

BSD-2-Clause

135KB
3K SLoC

This crate abstracts over the representation of a genome string, allowing for different implementations that are catered to different use-cases.


Compact Genome

Version Downloads Docs

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, a bitpacked representation along with a basic ASCII representation of the base characters are supported.

Dependencies

~1.6–2.5MB
~54K SLoC