SeqAn3
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.

Namespaces

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

Variables

constexpr detail::search_config_max_error_adaptor seqan3::search_cfg::max_error
 A configuration element for the maximum number of errors across all error types (mismatches, insertions, deletions). This is an upper bound of errors independent from error numbers of specific error types. More...
 

Detailed Description

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

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>