SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides the default configuration for the seqan3::search() interface. More...
#include <seqan3/core/configuration/configuration.hpp>
#include <seqan3/search/configuration/detail.hpp>
#include <seqan3/search/configuration/hit.hpp>
#include <seqan3/search/configuration/max_error.hpp>
#include <seqan3/search/configuration/output.hpp>
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::search_cfg |
A special sub namespace for the search configurations. | |
Variables | |
constexpr configuration | seqan3::search_cfg::default_configuration |
The default configuration: Compute all exact matches. | |
Provides the default configuration for the seqan3::search() interface.