SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides the configuration for maximum number of errors for all error types. More...
#include <variant>
#include <seqan3/core/configuration/pipeable_config_element.hpp>
#include <seqan3/search/configuration/detail.hpp>
#include <seqan3/search/configuration/max_error_common.hpp>
#include <seqan3/search/detail/search_common.hpp>
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 | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::search_cfg |
A special sub namespace for the search configurations. | |
Provides the configuration for maximum number of errors for all error types.