SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
configuration Directory Reference
+ Directory dependency graph for configuration:

Files

file  all.hpp [code]
 Meta-header for the search configuration module .
 
file  default_configuration.hpp [code]
 Provides the default configuration for the seqan3::search() interface.
 
file  detail.hpp [code]
 Provides compatibility matrix for search configurations.
 
file  max_error.hpp [code]
 Provides the configuration for maximum number of errors for all error types.
 
file  max_error_common.hpp [code]
 Provides the error types for maximum number of errors.
 
file  max_error_rate.hpp [code]
 Provides the configuration for maximum number of errors in percent of the query length across all error types.
 
file  mode.hpp [code]
 Provides the mode configuration to define the search modes "all", "all_best", "best" and "strata".
 
file  output.hpp [code]
 Provides the configuration for returning positions in the text.
 
file  parallel.hpp [code]
 Provides seqan3::search_cfg::parallel configuration.