SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
The generic concept for an aligned sequence. More...
#include <seqan3/alignment/aligned_sequence/aligned_sequence_concept.hpp>
The generic concept for an aligned sequence.
This concept describes the requirements a sequence must fulfil in order to represent a sequence in an alignment.
The type needs to model seqan3::sequence and the reference type must be comparable to seqan3::gap.
The requirements for this concept are given as related functions and type traits. Types that model this concept are shown as "implementing this interface".