grumpy

Crates.iogrumpy
lib.rsgrumpy
version1.1.2
created_at2024-07-19 12:27:52.601483+00
updated_at2025-11-24 12:47:27.205242+00
descriptionGenetic analysis in Rust.
homepage
repository
max_upload_size
id1308571
size25,444,208
(JeremyWesthead)

documentation

README

Tests

grumpy

Re-implementation of gumpy in Rust for speed

Installation

Rust crate

cargo add grumpy

Python package

pip install bio-grumpy

Tests

Running Rust unit tests

cargo test

Coverage

Test coverage can be found with the use of tarpaulin.

# Install tarpaulin on first run
cargo install cargo-tarpaulin

# Generate an HTML coverage report
cargo tarpaulin --no-dead-code --engine llvm --out html
Commit count: 0

cargo fmt