SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides configuration for alignment output. More...
#include <seqan3/alignment/configuration/detail.hpp>
#include <seqan3/alignment/pairwise/alignment_result.hpp>
#include <seqan3/core/configuration/pipeable_config_element.hpp>
#include <seqan3/utility/concept.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::align_cfg::output_alignment |
Configures the alignment result to output the alignment. More... | |
class | seqan3::align_cfg::output_begin_position |
Configures the alignment result to output the begin positions. More... | |
class | seqan3::align_cfg::output_end_position |
Configures the alignment result to output the end position. More... | |
class | seqan3::align_cfg::output_score |
Configures the alignment result to output the score. More... | |
class | seqan3::align_cfg::output_sequence1_id |
Configures the alignment result to output the id of the first sequence. More... | |
class | seqan3::align_cfg::output_sequence2_id |
Configures the alignment result to output the id of the second sequence. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::align_cfg |
A special sub namespace for the alignment configurations. | |
Provides configuration for alignment output.