SeqAn3
align_pairwise.hpp File Reference

Provides pairwise alignment function. More...

#include <functional>
#include <iostream>
#include <tuple>
#include <type_traits>
#include <meta/meta.hpp>
#include <range/v3/view/bounded.hpp>
#include <range/v3/view/transform.hpp>
#include <range/v3/view/single.hpp>
#include <seqan3/alignment/configuration/all.hpp>
#include <seqan3/alignment/pairwise/align_result.hpp>
#include <seqan3/alignment/pairwise/alignment_selector.hpp>
#include <seqan3/alignment/pairwise/execution/all.hpp>
#include <seqan3/alphabet/gap/gapped.hpp>
#include <seqan3/core/algorithm/all.hpp>
#include <seqan3/core/metafunction/basic.hpp>
#include <seqan3/range/view/persist.hpp>
#include <seqan3/std/concepts>
#include <seqan3/std/ranges>
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.
 

Detailed Description

Provides pairwise alignment function.

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