SeqAn3 3.2.0
The Modern C++ library for sequence analysis.
aligned_sequence_concept.hpp File Reference

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

#include <algorithm>
#include <ranges>
#include <seqan3/alignment/exception.hpp>
#include <seqan3/alphabet/gap/gapped.hpp>
#include <seqan3/alphabet/range/sequence.hpp>
#include <seqan3/utility/container/concept.hpp>
+ 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

namespace  seqan3
 The main SeqAn3 namespace.
 

Detailed Description

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

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