Provides the configuration for maximum number of errors in percent of the query length across all error types. More...
#include <seqan3/core/algorithm/all.hpp>
#include <seqan3/core/metafunction/basic.hpp>
#include <seqan3/core/metafunction/template_inspection.hpp>
#include <seqan3/search/algorithm/configuration/max_error_common.hpp>
#include <seqan3/search/algorithm/configuration/utility.hpp>
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_rate_adaptor | seqan3::search_cfg::max_error_rate |
A configuration element for the maximum number of errors in percent of the query length across all error types (mismatches, insertions, deletions). This is an upper bound of errors independent from error rates of specific error types. More... | |
Provides the configuration for maximum number of errors in percent of the query length across all error types.