vg
tools for working with variation graphs
|
Namespaces | |
haplo | |
haplo::haploMath | |
Functions | |
gbwt_thread_t | haplo::path_to_gbwt_thread_t (const vg::Path &path) |
double | haplo::haploMath::logdiff (double a, double b) |
double | haplo::haploMath::logsum (double a, double b) |
double | haplo::haploMath::int_weighted_sum (double *values, int64_t *counts, size_t n_values) |
double | haplo::haploMath::int_weighted_sum (vector< double > values, vector< int64_t > counts) |
Variables | |
bool | haplo::warn_on_score_fail = false |