[][src]Trait galah::PreclusterDistanceFinder

pub trait PreclusterDistanceFinder {
    pub fn distances(
        &self,
        genome_fasta_paths: &[&str]
    ) -> SortedPairGenomeDistanceCache; }

Required methods

pub fn distances(
    &self,
    genome_fasta_paths: &[&str]
) -> SortedPairGenomeDistanceCache
[src]

Loading content...

Implementors

impl PreclusterDistanceFinder for DashingPreclusterer[src]

impl PreclusterDistanceFinder for FinchPreclusterer[src]

Loading content...