Crates.io | compact-genome |
lib.rs | compact-genome |
version | 11.0.0 |
source | src |
created_at | 2020-07-17 06:41:20.855501 |
updated_at | 2024-11-18 09:49:49.216215 |
description | Representation of genomes |
homepage | https://github.com/sebschmi/compact-genome-rs |
repository | https://github.com/sebschmi/compact-genome-rs |
max_upload_size | |
id | 266137 |
size | 127,881 |
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.