#include <iostream>
#include <iomanip>
#include "etree.hh"
Functions | |
int | main (int argc, char **argv) |
Print Newick tree for a given tree and data. |
|
Print Newick tree for a given tree and data. Usage 'etreenewick <data file> <tree file> <output file>' Input data files must be in etree format. The output format can be found here: http://evolution.genetics.washington.edu/phylip/newicktree.html In case of an error, an unspecified error message is printed. |