 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
33 max_error_substitution{error_count{0}} |
34 max_error_insertion{error_count{0}} |
35 max_error_deletion{error_count{0}} |
37 output_reference_id{} |
38 output_reference_begin_position{} |
Provides seqan3::detail::configuration and utility functions.
Configuration element that represents the number or rate of total errors.
Definition: max_error.hpp:36
Provides compatibility matrix for search configurations.
Provides the configuration for maximum number of errors for all error types.
A special sub namespace for the search configurations.
Collection of elements to configure an algorithm.
Definition: configuration.hpp:82
A strong type of underlying type uint8_t that represents the number of errors.
Definition: max_error_common.hpp:30
Provides the configuration to define the hit strategies "hit_strata", "hit_all", "hit_all_best",...
Provides the configuration for the content of the search result.
const configuration default_configuration
The default configuration: Compute all exact matches.
Definition: default_configuration.hpp:32