Provides the public interface for search algorithms. More...
#include <seqan3/core/algorithm/configuration.hpp>#include <seqan3/range/views/persist.hpp>#include <seqan3/search/algorithm/detail/search.hpp>#include <seqan3/search/algorithm/detail/search_traits.hpp>#include <seqan3/search/fm_index/all.hpp>#include <seqan3/std/algorithm>#include <seqan3/std/ranges>
Include dependency graph for search.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Functions | |
| template<fm_index_specialisation index_t, typename queries_t , typename configuration_t = decltype(search_cfg::default_configuration)> | |
| auto | seqan3::search (queries_t &&queries, index_t const &index, configuration_t const &cfg=search_cfg::default_configuration) |
| Search a query or a range of queries in an index. More... | |
Provides the public interface for search algorithms.