diff --git a/newick_generator.html b/newick_generator.html index cc0d8218..9c3afeec 100644 --- a/newick_generator.html +++ b/newick_generator.html @@ -212,9 +212,9 @@

Set a root node branch length to zero. Remove all nested comments.
Definition: from_network.hpp:180

Since there are no comments stored in the labels of the generated random tree, the output of the different flavors are here quite similar:

Output

-
1 ((,(,)),(,)):0.0;
-
2 ((,(,)),(,));
-
3 ((,(,)),(,));
+
1 (,((,),(,))):0.0;
+
2 (,((,),(,)));
+
3 (,((,),(,)));

Custom properties

@@ -275,7 +275,7 @@

Definition: newick_parser_2.cpp:12
Definition: coalescence_binary_tree_2.cpp:5

Output

-
1 ((U:8,(I:3,F:5)P:8)V:3,(O:4,W:0)H:6)U:0.0;
+
1 ((V:0,F:0)I:9,(Y:5,(B:3,G:4)P:2)W:3)R:0.0;

From a Quetzal k-ary tree

@@ -380,7 +380,7 @@

2 2
3 2
4 2
-
5 ((G:0,(L:8,E:1)P:6)U:6,(R:0,T:4)J:7)I;
+
5 ((O:1,U:6)O:4,(J:2,(T:1,Y:0)A:8)F:0)A;


Interfacing legacy code