Newick tree on Auspice

Hi,

While using auspice.us to load a Newick, I’ve tried to input a large tree in newick format, but I got the error below.

Then, I tried to use a simple example (from the link highlighted above):

((B:0.2,(C:0.3,D:0.4)E:0.5)F:0.1)A;

Both files open on FigTree, but on Auspice the same error shows up.
Is the newick parser available on auspice.us?

Best,
Anderson

Hey Anderson - this is probably a limitation of the current newick parser when confronted with a tree where the root node doesn’t have a branch length. I’ve created this GitHub issue to track this. In the meantime, the following tree does work:

((B:0.2,(C:0.3,D:0.4)E:0.5)F:0.1)A:0;
1 Like