SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
pairwise_alignment Interface Reference

A concept that models a pairwise alignment type. More...

#include <seqan3/alignment/detail/pairwise_alignment_concept.hpp>

+ Inheritance diagram for pairwise_alignment:

Additional Inherited Members

Detailed Description

A concept that models a pairwise alignment type.

A pairwise alignment is a seqan3::pair_like of two seqan3::aligned_sequence's.


The documentation for this interface was generated from the following file:
Hide me