60 static constexpr seqan3::detail::align_config_id
id{seqan3::detail::align_config_id::min_score};
Provides some utility functions for the alignment configurations.
Sets the minimal score (maximal errors) allowed during an distance computation e.g....
Definition align_config_min_score.hpp:36
int32_t score
Minimal score for the distance computation [default: -infinity].
Definition align_config_min_score.hpp:39
constexpr min_score() noexcept=default
Defaulted.
A special sub namespace for the alignment configurations.
Definition align_config_band.hpp:22
Provides seqan3::pipeable_config_element.
Adds pipe interface to configuration elements.
Definition pipeable_config_element.hpp:29