grumpy

Crates.iogrumpy
lib.rsgrumpy
version1.0.1
created_at2024-07-19 12:27:52.601483+00
updated_at2025-06-16 14:01:35.470558+00
descriptionGenetic analysis in Rust.
homepage
repository
max_upload_size
id1308571
size10,778,578
(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