A strong type of underlying type score_type that represents an additional score (usually negative) that is incurred once additionaly per stretch of consecutive gaps.
More...
#include <seqan3/alignment/scoring/gap_scheme.hpp>
Inheritance diagram for seqan3::gap_open_score< score_type >:Related Functions | |
(Note that these are not member functions.) | |
Template argument type deduction guides | |
| template<arithmetic score_type> | |
| gap_open_score (score_type) -> gap_open_score< score_type > | |
| Deduce the score type from the given argument. | |
A strong type of underlying type score_type that represents an additional score (usually negative) that is incurred once additionaly per stretch of consecutive gaps.
| score_type | The underlying type. |