50 releases (28 stable)

11.0.0 Nov 18, 2024
10.0.3 Oct 3, 2024
10.0.0 Sep 20, 2024
9.1.0 Sep 19, 2024
0.1.0-alpha.6 Jul 22, 2020

#78 in Biology

Download history 1334/week @ 2024-09-17 91/week @ 2024-09-24 571/week @ 2024-10-01 92/week @ 2024-10-08 53/week @ 2024-10-15 96/week @ 2024-10-22 46/week @ 2024-10-29 69/week @ 2024-11-05 93/week @ 2024-11-12 97/week @ 2024-11-19 40/week @ 2024-11-26 12/week @ 2024-12-03 46/week @ 2024-12-10 37/week @ 2024-12-17 2/week @ 2024-12-31

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

BSD-2-Clause

125KB
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.3MB
~52K SLoC