SeqAn3
The Modern C++ library for sequence analysis.
bi_fm_index.hpp File Reference

Provides the bidirectional seqan3::bi_fm_index. More...

+ Include dependency graph for bi_fm_index.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::bi_fm_index< is_collection, sdsl_index_type_ >
 The SeqAn Bidirectional FM Index. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Functions

Template argument type deduction guides
template<std::ranges::Range text_t>
 seqan3::bi_fm_index (text_t &&) -> bi_fm_index< dimension_v< text_t > !=1 >
 Deduces the dimensions of the text.
 

Detailed Description

Provides the bidirectional seqan3::bi_fm_index.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>