54 releases (32 stable)

12.0.1 Jan 30, 2025
11.1.1 Jan 21, 2025
11.0.0 Nov 18, 2024
10.0.3 Oct 3, 2024
0.1.0-alpha.6 Jul 22, 2020

#112 in Biology

Download history 48/week @ 2024-10-16 100/week @ 2024-10-23 60/week @ 2024-10-30 47/week @ 2024-11-06 126/week @ 2024-11-13 81/week @ 2024-11-20 24/week @ 2024-11-27 19/week @ 2024-12-04 45/week @ 2024-12-11 29/week @ 2024-12-18 2/week @ 2025-01-01 37/week @ 2025-01-08 324/week @ 2025-01-15 150/week @ 2025-01-22 197/week @ 2025-01-29

708 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.7–2.5MB
~55K SLoC