Includes the aligned_sequence_concept and the related insert_gap and erase_gap functions to enable stl container support. More...
#include <iomanip>
#include <tuple>
#include <range/v3/algorithm/for_each.hpp>
#include <range/v3/view/slice.hpp>
#include <seqan3/alignment/exception.hpp>
#include <seqan3/alphabet/gap/all.hpp>
#include <seqan3/core/concept/tuple.hpp>
#include <seqan3/core/metafunction/all.hpp>
#include <seqan3/io/stream/debug_stream.hpp>
#include <seqan3/range/container/concept.hpp>
#include <seqan3/range/view/to_char.hpp>
#include <seqan3/std/ranges>
Go to the source code of this file.
Namespaces | |
seqan3 | |
The main SeqAn3 namespace. | |
Functions | |
template<tuple_like_concept tuple_t> | |
debug_stream_type & | seqan3::operator<< (debug_stream_type &stream, tuple_t const &alignment) |
Streaming operator for alignments, which are represented as tuples of aligned sequences. More... | |
Includes the aligned_sequence_concept and the related insert_gap and erase_gap functions to enable stl container support.