50 releases (28 stable)

new 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

#46 in Biology

Download history 65/week @ 2024-07-31 53/week @ 2024-08-07 27/week @ 2024-08-14 212/week @ 2024-08-21 33/week @ 2024-08-28 278/week @ 2024-09-04 432/week @ 2024-09-11 1237/week @ 2024-09-18 68/week @ 2024-09-25 583/week @ 2024-10-02 86/week @ 2024-10-09 48/week @ 2024-10-16 100/week @ 2024-10-23 60/week @ 2024-10-30 47/week @ 2024-11-06 118/week @ 2024-11-13

330 downloads per month
Used in 8 crates (4 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
~53K SLoC