Crates.io | chordclust |
lib.rs | chordclust |
version | 0.1.0 |
source | src |
created_at | 2020-12-25 19:49:49.853366 |
updated_at | 2020-12-25 19:49:49.853366 |
description | Sequence clustering |
homepage | |
repository | https://github.com/carrascomj/chordclust |
max_upload_size | |
id | 327255 |
size | 1,922,299 |
Bclust implements similarity clustering using rust-bio.
The algorithm is a greedy search, similar to what is explained in https://www.drive5.com/usearch/manual/uclust_algo.html. It uses similarity instead of identity (for now)
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
README.md is automatically generated on CI using cargo-readme. Please, modify README.tpl or lib.rs instead (check the github worflow for more details).