SeqAn3
aligned_sequence_concept.hpp File Reference

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>
Include dependency graph for aligned_sequence_concept.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<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...
 

Detailed Description

Includes the aligned_sequence_concept and the related insert_gap and erase_gap functions to enable stl container support.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>