sourmash

Crates.iosourmash
lib.rssourmash
version0.14.1
sourcesrc
created_at2018-03-13 00:42:25.189672
updated_at2024-06-19 14:07:24.528169
descriptiontools for comparing biological sequences with k-mer sketches
homepage
repositoryhttps://github.com/sourmash-bio/sourmash
max_upload_size
id55253
size469,872
Luiz Irber (luizirber)

documentation

README

sourmash

🦀 Rust API Documentation on docs.rs build-status codecov License: 3-Clause BSD


Compute MinHash signatures for nucleotide (DNA/RNA) and protein sequences.

This is the core library used by sourmash. It exposes a C API that can be called from FFI in other languages, and it is how we use it in Python for building the sourmash application (CLI and Python API).


sourmash is a product of the Lab for Data-Intensive Biology at the UC Davis School of Veterinary Medicine.

Support

Please ask questions and files issues on Github.

Development

Development happens on github at sourmash-bio/sourmash.

Minimum supported Rust version

Currently the minimum supported Rust version is 1.65.0.

Commit count: 1955

cargo fmt