 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
20 namespace seqan3::detail
24 struct global_alignment_type
28 static constexpr detail::align_config_id
id{detail::align_config_id::global};
33 struct local_alignment_type
37 static constexpr detail::align_config_id
id{detail::align_config_id::local};
89 template <
typename mode_type>
105 template <
typename mode_type>
Sets the alignment mode.
Definition: align_config_mode.hpp:94
The identifier, usually a string.
Provides seqan3::pipeable_config_element.
The concept std::same_as<T, U> is satisfied if and only if T and U denote the same type.
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:36
A special sub namespace for the alignment configurations.
Definition: align_config_aligned_ends.hpp:514
constexpr detail::local_alignment_type local_alignment
Helper variable to select the local alignment.
Definition: align_config_mode.hpp:65
Adds pipe interface to configuration elements.
Definition: pipeable_config_element.hpp:30
constexpr detail::global_alignment_type global_alignment
Helper variable to select the global alignment.
Definition: align_config_mode.hpp:54
Provides some utility functions for the alignment configurations.