Crates.io | compact-genome |
lib.rs | compact-genome |
version | 10.0.3 |
source | src |
created_at | 2020-07-17 06:41:20.855501 |
updated_at | 2024-10-03 07:42:01.01706 |
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 | 126,949 |
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.