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

Provides pairwise alignment function. More...

+ Include dependency graph for align_pairwise.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<typename exec_policy_t , typename sequence_t , typename alignment_config_t >
constexpr auto seqan3::align_pairwise (exec_policy_t const &exec, sequence_t &&seq, alignment_config_t const &config)
 Computes the pairwise alignment for a pair of sequences or a range over sequence pairs. More...
 
template<typename sequence_t , typename alignment_config_t >
constexpr auto seqan3::align_pairwise (sequence_t &&seq, alignment_config_t const &config)
 

Detailed Description

Provides pairwise alignment function.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>