58 releases (36 stable)

new 12.3.0 May 6, 2025
12.2.0 Mar 6, 2025
11.1.1 Jan 21, 2025
11.0.0 Nov 18, 2024
0.1.0-alpha.6 Jul 22, 2020

#127 in Biology

Download history 94/week @ 2025-01-13 362/week @ 2025-01-20 210/week @ 2025-01-27 94/week @ 2025-02-03 49/week @ 2025-02-10 15/week @ 2025-02-17 44/week @ 2025-02-24 324/week @ 2025-03-03 139/week @ 2025-03-10 53/week @ 2025-03-17 48/week @ 2025-03-24 32/week @ 2025-03-31 47/week @ 2025-04-07 183/week @ 2025-04-14 85/week @ 2025-04-21 50/week @ 2025-04-28

369 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.4MB
~52K SLoC