grumpy

Crates.iogrumpy
lib.rsgrumpy
version0.2.2
sourcesrc
created_at2024-07-19 12:27:52.601483
updated_at2024-10-09 12:24:36.837351
descriptionGenetic analysis in Rust.
homepage
repository
max_upload_size
id1308571
size10,735,723
(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