A library for working with phylogenetic and population genetic data.
v0.32.0
sequence.hpp
Go to the documentation of this file.
1
#ifndef GENESIS_SEQUENCE_H_
2
#define GENESIS_SEQUENCE_H_
3
4
/*
5
Genesis - A toolkit for working with phylogenetic data.
6
Copyright (C) 2014-2024 Lucas Czech
7
8
This program is free software: you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation, either version 3 of the License, or
11
(at your option) any later version.
12
13
This program is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public License for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21
Contact:
22
Lucas Czech <lucas.czech@sund.ku.dk>
23
University of Copenhagen, Globe Institute, Section for GeoGenetics
24
Oster Voldgade 5-7, 1350 Copenhagen K, Denmark
25
*/
26
36
#include "
genesis/sequence/counts.hpp
"
37
#include "
genesis/sequence/formats/fasta_reader.hpp
"
38
#include "
genesis/sequence/formats/fasta_writer.hpp
"
39
#include "
genesis/sequence/formats/fastq_reader.hpp
"
40
#include "
genesis/sequence/formats/fastq_writer.hpp
"
41
#include "
genesis/sequence/formats/fastx_input_stream.hpp
"
42
#include "
genesis/sequence/formats/fastx_input_view_stream.hpp
"
43
#include "
genesis/sequence/formats/fastx_output_stream.hpp
"
44
#include "
genesis/sequence/formats/phylip_reader.hpp
"
45
#include "
genesis/sequence/formats/phylip_writer.hpp
"
46
#include "
genesis/sequence/functions/codes.hpp
"
47
#include "
genesis/sequence/functions/consensus.hpp
"
48
#include "
genesis/sequence/functions/dict.hpp
"
49
#include "
genesis/sequence/functions/entropy.hpp
"
50
#include "
genesis/sequence/functions/functions.hpp
"
51
#include "
genesis/sequence/functions/labels.hpp
"
52
#include "
genesis/sequence/functions/quality.hpp
"
53
#include "
genesis/sequence/functions/signatures.hpp
"
54
#include "
genesis/sequence/functions/signature_specifications.hpp
"
55
#include "
genesis/sequence/functions/stats.hpp
"
56
#include "
genesis/sequence/printers/bitmap.hpp
"
57
#include "
genesis/sequence/printers/simple.hpp
"
58
#include "
genesis/sequence/reference_genome.hpp
"
59
#include "
genesis/sequence/sequence_dict.hpp
"
60
#include "
genesis/sequence/sequence.hpp
"
61
#include "
genesis/sequence/sequence_set.hpp
"
62
63
#endif // include guard
fastq_reader.hpp
fasta_reader.hpp
stats.hpp
signatures.hpp
counts.hpp
labels.hpp
sequence_set.hpp
signature_specifications.hpp
fasta_writer.hpp
fastq_writer.hpp
consensus.hpp
fastx_input_stream.hpp
functions.hpp
sequence_dict.hpp
reference_genome.hpp
bitmap.hpp
fastx_output_stream.hpp
entropy.hpp
dict.hpp
phylip_reader.hpp
simple.hpp
phylip_writer.hpp
sequence.hpp
fastx_input_view_stream.hpp
codes.hpp
quality.hpp
lib
genesis
sequence.hpp
Generated on Mon Aug 5 2024 16:57:53 for genesis by
1.8.17