|
detail::search_mode_all constexpr | all |
| Configuration element to receive all hits within the error bounds.
|
|
detail::search_mode_all_best constexpr | all_best |
| Configuration element to receive all hits within the lowest number of errors.
|
|
detail::search_mode_best constexpr | best |
| Configuration element to receive one best hit (with the lowest number of errors).
|
|
detail::search_output_index_iterator constexpr | index_iterator |
| Configuration element to receive all hits within the error bounds.
|
|
constexpr detail::search_config_max_error_adaptor | 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...
|
|
constexpr detail::search_config_max_error_rate_adaptor | 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...
|
|
detail::search_config_mode_adaptor< seqan3::detail::search_config_mode > constexpr | mode |
| Configuration element to determine the search mode.
|
|
detail::search_config_output_adaptor< seqan3::detail::search_config_output > constexpr | output |
| Configuration element to determine the output type of hits.
|
|
detail::search_output_text_position constexpr | text_position |
| Configuration element to receive all hits within the lowest number of errors.
|
|
A special sub namespace for the search configurations.