SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
Configures the alignment result to output the alignment. More...
#include <seqan3/alignment/configuration/align_config_output.hpp>
Public Member Functions | |
Constructor, destructor and assignment | |
constexpr | output_alignment ()=default |
Defaulted. | |
constexpr | output_alignment (output_alignment const &)=default |
Defaulted. | |
constexpr | output_alignment (output_alignment &&)=default |
Defaulted. | |
constexpr output_alignment & | operator= (output_alignment const &)=default |
Defaulted. | |
constexpr output_alignment & | operator= (output_alignment &&)=default |
Defaulted. | |
~output_alignment ()=default | |
Defaulted. | |
Configures the alignment result to output the alignment.
This option forces the alignment to compute and output the actual aligned sequences.
If this option is not set in the alignment configuration, accessing the alignment via the seqan3::alignment_result object is forbidden and will lead to a compile time error.