compact-genome

Crates.iocompact-genome
lib.rscompact-genome
version12.3.0
created_at2020-07-17 06:41:20.855501+00
updated_at2025-05-06 07:35:15.137615+00
descriptionRepresentation of genomes
homepagehttps://github.com/sebschmi/compact-genome-rs
repositoryhttps://github.com/sebschmi/compact-genome-rs
max_upload_size
id266137
size151,149
Sebastian Schmidt (sebschmi)

documentation

https://docs.rs/compact-genome

README

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.

Commit count: 121

cargo fmt