SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides the configuration for the content of the search result. More...
#include <seqan3/core/configuration/configuration.hpp>
#include <seqan3/core/configuration/pipeable_config_element.hpp>
#include <seqan3/core/detail/empty_type.hpp>
#include <seqan3/search/configuration/detail.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::search_cfg::output_index_cursor |
Include the index_cursor in the seqan3::search_result returned by a call to seqan3::search. More... | |
class | seqan3::search_cfg::output_query_id |
Include the query_id in the seqan3::search_result returned by a call to seqan3::search. More... | |
class | seqan3::search_cfg::output_reference_begin_position |
Include the reference_begin_position in the seqan3::search_result returned by a call to seqan3::search. More... | |
class | seqan3::search_cfg::output_reference_id |
Include the reference_id in the seqan3::search_result returned by a call to seqan3::search. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::search_cfg |
A special sub namespace for the search configurations. | |
Provides the configuration for the content of the search result.