Function consprob::consprob

source ·
pub fn consprob<'a, T>(
    thread_pool: &mut Pool,
    seqs: &SeqSlices<'a>,
    min_basepair_prob: Prob,
    min_match_prob: Prob,
    produces_context_profs: bool,
    produces_match_probs: bool,
    align_scores: &AlignScores
) -> (ProbMatSetsAvg<T>, MatchProbsHashedIds<T>)where
    T: HashIndex,