rosella 0.5.7

Metagenome assembled genome recovery from metagenomes using UMAP and HDBSCAN
Documentation
1
2
3
4
5
6
7
8
pub mod cluster_utils;
pub mod clusterer;

pub struct PropagatedLabel {
    pub label: Option<usize>,
    pub weight: f64,
    pub index: usize
}