SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
gap_scheme.hpp File Reference

Provides seqan3::gap_scheme. More...

+ Include dependency graph for gap_scheme.hpp:

Go to the source code of this file.

Classes

struct  seqan3::gap_open_score< score_type >
 [DEPRECATED] 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...
 
class  seqan3::gap_scheme< score_t >
 [DEPRECATED] A scheme for representing and computing scores against gap characters. More...
 
struct  seqan3::gap_score< score_type >
 [DEPRECATED] A strong type of underlying type score_type that represents the score of any character against a gap character. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::gap_scheme.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>