84 constexpr phred68legacy(phred68legacy
const &) =
default;
85 constexpr phred68legacy(phred68legacy &&) =
default;
86 constexpr phred68legacy & operator=(phred68legacy
const &) =
default;
87 constexpr phred68legacy & operator=(phred68legacy &&) =
default;
88 ~phred68legacy() =
default;
char char_type
The type of the alphabet when converted to char (e.g. via to_char()).
Definition: alphabet_base.hpp:87
static constexpr char_type offset_char
The projection offset between char and rank score representation.
Definition: phred68legacy.hpp:104
int8_t phred_type
The integer representation of a quality score assignable with =operator.
Definition: quality_base.hpp:62
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
A CRTP-base that refines seqan3::alphabet_base and is used by the quality alphabets.
Definition: quality_base.hpp:55
Quality type for Solexa and deprecated Illumina formats.
Definition: phred68legacy.hpp:67
constexpr phred68legacy(phred_type const p)
Construct from phred value.
Definition: phred68legacy.hpp:91
Contains seqan3::phred42 quality scores.
static constexpr phred_type offset_phred
The projection offset between phred and rank score representation.
Definition: phred68legacy.hpp:101