sourmash
Version:
tools for comparing biological sequences with k-mer sketches
42 lines (27 loc) ⢠1.55 kB
Markdown
<meta charset="utf-8"/>
# sourmash
š¦
[](https://crates.io/crates/sourmash)
[](https://docs.rs/sourmash)
[![build-status]][github-actions]
[](https://codecov.io/gh/sourmash-bio/sourmash)
<a href="https://github.com/sourmash-bio/sourmash/blob/latest/LICENSE"><img alt="License: 3-Clause BSD" src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg"></a>
[build-status]: https://github.com/sourmash-bio/sourmash/workflows/Rust%20checks/badge.svg
[github-actions]: https://github.com/sourmash-bio/sourmash/actions?query=workflow%3A%22Rust+checks%22
----
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](http://ivory.idyll.org/lab/) at the
[UC Davis School of Veterinary Medicine](http://www.vetmed.ucdavis.edu).
## Support
Please ask questions and files issues
[on Github](https://github.com/sourmash-bio/sourmash/issues).
## Development
Development happens on github at
[sourmash-bio/sourmash](https://github.com/sourmash-bio/sourmash).
## Minimum supported Rust version
Currently the minimum supported Rust version is 1.74.0.