SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
align_config_min_score.hpp File Reference

Provides seqan3::align_cfg::min_score configuration. More...

+ Include dependency graph for align_config_min_score.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::align_cfg::min_score
 Sets the minimal score (maximal errors) allowed during an distance computation e.g. edit distance. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::align_cfg
 A special sub namespace for the alignment configurations.
 

Detailed Description

Provides seqan3::align_cfg::min_score configuration.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>