vg
tools for working with variation graphs
|
#include <haplotypes.hpp>
Public Member Functions | |
template<class accessorType > | |
haplo_DP (accessorType &ga) | |
haplo_DP_column * | get_current_column () |
Static Public Member Functions | |
template<class GBWTType > | |
static haplo_score_type | score (const vg::Path &path, GBWTType &graph, haploMath::RRMemo &memo) |
template<class GBWTType > | |
static haplo_score_type | score (const gbwt_thread_t &thread, GBWTType &graph, haploMath::RRMemo &memo) |
Private Attributes | |
haplo_DP_column | DP_column |
haplo::haplo_DP::haplo_DP | ( | accessorType & | ga | ) |
haplo_DP_column * haplo::haplo_DP::get_current_column | ( | ) |
|
static |
|
static |
|
private |