SeqAn3
The Modern C++ library for sequence analysis.
aliases.hpp
Go to the documentation of this file.
1 // -----------------------------------------------------------------------------------------------------
2 // Copyright (c) 2006-2019, Knut Reinert & Freie Universität Berlin
3 // Copyright (c) 2016-2019, Knut Reinert & MPI für molekulare Genetik
4 // This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
5 // shipped with this file and also available at: https://github.com/seqan/seqan3/blob/master/LICENSE.md
6 // -----------------------------------------------------------------------------------------------------
7 
13 #pragma once
14 
15 #include <iostream>
16 #include <string>
17 #include <utility>
18 
24 
25 namespace seqan3
26 {
27 
30 
33 
36 
39 
42 
45 
46 } // namespace seqan3
Provides quality alphabet composites.
The main SeqAn3 namespace.
Joins an arbitrary alphabet with a quality alphabet.
Definition: qualified.hpp:59
Provides seqan3::phred42 quality scores.
Meta-header for the nucleotide submodule; includes all headers from alphabet/nucleotide/.
Core alphabet concept and free function/type trait wrappers.
Quality alphabet concept.