tags:

views:

16

answers:

1

Anyone knows a good Java library I can use to parse a Newick file easily? Or if you have some tested source code I could use?

I want to read the newick file: http://en.wikipedia.org/wiki/Newick_format in java and generate a visual representation of the same. I have seen some java programs that do that but not easy to find how the parsing works in code.

A: 

Seems like Tree Juwtaposer includes a newick tree parser (however limited to only one tree per file).

Riduidel
I looked at it, downloaded the jar and can't find that class anywhere in it. It must be some old version.
Ravish Bhagdev