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

#54 in Biology

Download history 109/week @ 2024-08-23 28/week @ 2024-08-30 505/week @ 2024-09-06 886/week @ 2024-09-13 593/week @ 2024-09-20 466/week @ 2024-09-27 174/week @ 2024-10-04 91/week @ 2024-10-11 88/week @ 2024-10-18 28/week @ 2024-10-25 73/week @ 2024-11-01 34/week @ 2024-11-08 145/week @ 2024-11-15 70/week @ 2024-11-22 20/week @ 2024-11-29 14/week @ 2024-12-06

249 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.4MB
~53K SLoC