Provides the configuration for maximum number of errors in percent of the query length across all error types. More...
#include <range/v3/numeric/accumulate.hpp>#include <seqan3/core/algorithm/configuration.hpp>#include <seqan3/core/algorithm/pipeable_config_element.hpp>#include <seqan3/core/detail/pack_algorithm.hpp>#include <seqan3/range/views/slice.hpp>#include <seqan3/search/configuration/detail.hpp>#include <seqan3/search/configuration/max_error_common.hpp>#include <seqan3/std/algorithm>
Include dependency graph for max_error_rate.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_rate< errors_t > |
| 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... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::search_cfg | |
| A special sub namespace for the search configurations. | |
Provides the configuration for maximum number of errors in percent of the query length across all error types.