compact-genome

Crates.iocompact-genome
lib.rscompact-genome
version10.0.3
sourcesrc
created_at2020-07-17 06:41:20.855501
updated_at2024-10-03 07:42:01.01706
descriptionRepresentation of genomes
homepagehttps://github.com/sebschmi/compact-genome-rs
repositoryhttps://github.com/sebschmi/compact-genome-rs
max_upload_size
id266137
size126,949
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: 94

cargo fmt