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