|
vg
tools for working with variation graphs
|
#include <chain_items.hpp>
Public Attributes | |
| int | item_bonus = 0 |
| Score bonus for each item collected. More... | |
| double | gap_scale = 1.0 |
| Scale to apply to the scores of gaps. More... | |
| int | recombination_penalty = 0 |
| Penalize this many points per recombination. More... | |
| int | consistency_bonus = 0 |
Represents the scoring scheme for chains, to determine which are best. Doesn't cover the parameters that really belong to an alignment scoring scheme (like gap open and extend).
| int vg::algorithms::ChainScoringScheme::consistency_bonus = 0 |
Apply a bonus during alternative selection (but not to actual DP scores) of this many points when matching haplotype paths are preserved, scaled by fraction of haplotypes preserved.
| double vg::algorithms::ChainScoringScheme::gap_scale = 1.0 |
Scale to apply to the scores of gaps.
| int vg::algorithms::ChainScoringScheme::item_bonus = 0 |
Score bonus for each item collected.
| int vg::algorithms::ChainScoringScheme::recombination_penalty = 0 |
Penalize this many points per recombination.
1.9.1