aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libbio/test.c')
-rw-r--r--sys/libbio/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/libbio/test.c b/sys/libbio/test.c
index dddecd4..2efcdb6 100644
--- a/sys/libbio/test.c
+++ b/sys/libbio/test.c
@@ -109,6 +109,7 @@ test·newick()
fd[1] = io·open("/home/nolln/root/data/test/zika.proc.nwk", "w");
err = bio·readnewick(rdr, fd[0], al, mem, &t);
+ phylo·ladderize(t.root);
printf("Loaded tree with %d leafs and %d nodes\n", t.nleaf, t.nnode);
err = bio·writenewick(t, wtr, fd[1]);