Menu

Phylogenetics Tool Kit / News: Recent posts

First couple of files uploaded

I've just uploaded the first series of files for the project. The first working library files are phytk_tree.h, phytk_tree.c in the src directory. File phytk_tree_test.c is a simply a test for the previous two. You shoud be able to compile phytk_tree_test easily:

gcc -o phytk_tree_test phytk_tree_test.c phytk_tree.c \
-I`pwd` -Wall -g

Files phytk_tree.* define and implement a series of functions to deal with phylogenetic trees. Functions to read and write Newick trees are implemented, as well as tree traversing routines. ... read more

Posted by Mario dos Reis 2009-05-12