[][src]Function phyloprob::phyloprob

pub fn phyloprob(
    thread_pool: &mut Pool,
    fasta_records: &FastaRecords,
    opening_gap_penalty: FreeEnergy,
    extending_gap_penalty: FreeEnergy,
    min_bpp: Prob,
    offset_4_max_gap_num: Pos
) -> (ProbMats, Prob1dMats)