SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::gap_open_score< score_type > Struct Template Reference

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.
 

Detailed Description

template<arithmetic score_type>
struct seqan3::gap_open_score< score_type >

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.

Deprecated:
This type is deprecated and will be removed in SeqAn3.1.
Template Parameters
score_typeThe underlying type.
See also
seqan3::gap_scheme

The documentation for this struct was generated from the following file: