So I am looking for a way, preferably a Pythonic way (packages are ok), to convert a tab-delimited or csv of hierarchical phylogenies into the classic Newick format for tree visualization.
Each line of the file has ['Phylum','Class','Order','Family','Genus','Species','Subspecies','gi']
as values and I would like to create a Newick tree representaiton. Any help greatly appreciated. Thanks!
Hello weslfield!
It appears that your post has been cross-posted to another site: http://stackoverflow.com/questions/26146623
This is typically not recommended as it runs the risk of annoying people in both communities.