Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
io.hpp
1// Copyright 2021 Arnaud Becheler <abechele@umich.edu>
2
3/*********************************************************************** * This program is free software; you can
4 *redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free
5 *Software Foundation; either version 2 of the License, or * (at your option) any later version. *
6 * *
7 ***************************************************************************/
8
9#include "io/newick/extended/to_network.hpp"
10#include "io/newick/from_tree_graph.hpp"
11#include "io/newick/generator.hpp"
12#include "io/newick/parser.hpp"
13#include "io/newick/to_k_ary_tree.hpp"
14
15#include "io/genetics/wrapper.hpp"
16
17namespace quetzal
18{
22namespace format
23{
27namespace newick
28{
32namespace extended
33{
34}
35} // namespace newick
36
40namespace genetics
41{
42}
43} // namespace format
44} // namespace quetzal
Generic components for parsing or generating Newick strings.
Definition io.hpp:28
Simulation of coalescence-based models of molecular evolution.
Definition coalescence.hpp:21