56 releases (34 stable)

12.2.0 Mar 6, 2025
12.0.1 Jan 30, 2025
11.1.1 Jan 21, 2025
11.0.0 Nov 18, 2024
0.1.0-alpha.6 Jul 22, 2020

#43 in Biology

Download history 75/week @ 2024-11-21 19/week @ 2024-11-28 19/week @ 2024-12-05 63/week @ 2024-12-12 9/week @ 2024-12-19 5/week @ 2025-01-02 34/week @ 2025-01-09 401/week @ 2025-01-16 75/week @ 2025-01-23 214/week @ 2025-01-30 70/week @ 2025-02-06 50/week @ 2025-02-13 10/week @ 2025-02-20 62/week @ 2025-02-27 346/week @ 2025-03-06

471 downloads per month
Used in 9 crates (5 directly)

BSD-2-Clause

135KB
3K SLoC

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.


lib.rs:

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

Dependencies

~1.6–2.5MB
~53K SLoC