SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
max_error.hpp File Reference

Provides the configuration for maximum number of errors for all error types. More...

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

Go to the source code of this file.

Classes

class  seqan3::search_cfg::max_error_deletion
 Configuration element that represents the number or rate of deletion errors. More...
 
class  seqan3::search_cfg::max_error_insertion
 Configuration element that represents the number or rate of insertion errors. More...
 
class  seqan3::search_cfg::max_error_substitution
 Configuration element that represents the number or rate of substitution errors. More...
 
class  seqan3::search_cfg::max_error_total
 Configuration element that represents the number or rate of total errors. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::search_cfg
 A special sub namespace for the search configurations.
 

Detailed Description

Provides the configuration for maximum number of errors for all error types.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>
Rene Rahn <rene.rahn AT fu-berlin.de>
Lydia Buntrock <lydia.buntrock AT fu-berlin.de>