Provides some utility functions for the alignment configurations.
Includes customized exception types for the alignment module .
Configuration element for setting a fixed size band.
Definition align_config_band.hpp:60
constexpr band_fixed_size & operator=(band_fixed_size const &)=default
Defaulted.
constexpr band_fixed_size()=default
Defaulted.
constexpr band_fixed_size(seqan3::align_cfg::lower_diagonal const lower_diagonal, seqan3::align_cfg::upper_diagonal const upper_diagonal)
Initialises the fixed size band by setting the lower and the upper matrix diagonal.
Definition align_config_band.hpp:89
constexpr band_fixed_size(band_fixed_size const &)=default
Defaulted.
constexpr band_fixed_size & operator=(band_fixed_size &&)=default
Defaulted.
~band_fixed_size()=default
Defaulted.
constexpr band_fixed_size(band_fixed_size &&)=default
Defaulted.
CRTP base class to declare a strong typedef for a regular type to avoid ambiguous parameter settings ...
Definition strong_type.hpp:171
Provides seqan3::detail::empty_type.
align_config_id
An internal enum to check for a consistent configuration object.
Definition alignment/configuration/detail.hpp:21
@ band
ID for the band option.
A special sub namespace for the alignment configurations.
Definition align_config_band.hpp:22
constexpr auto const & get(configuration< configs_t... > const &config) noexcept
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition configuration.hpp:412
Provides seqan3::pipeable_config_element.
Provides basic data structure for strong types.
A strong type representing the lower diagonal of the seqan3::align_cfg::band_fixed_size.
Definition align_config_band.hpp:28
A strong type representing the upper diagonal of the seqan3::align_cfg::band_fixed_size.
Definition align_config_band.hpp:39
Adds pipe interface to configuration elements.
Definition pipeable_config_element.hpp:29