Provides pairwise alignment function. More...
#include <functional>#include <iostream>#include <tuple>#include <type_traits>#include <meta/meta.hpp>#include <seqan3/alignment/pairwise/alignment_configurator.hpp>
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 sequence_t , typename alignment_config_t > | |
| constexpr auto | seqan3::align_pairwise (sequence_t &&seq, alignment_config_t const &config) |
| Computes the pairwise alignment for a pair of sequences or a range over sequence pairs. More... | |
Provides pairwise alignment function.