On Tue, Dec 15, 2009 at 2:19 AM, [email protected]
<[email protected]> wrote:
> Hi all,
>
> I have a NexusFile like this:
>
> #NEXUS
>
> Begin TREES;
>    tree test1 = (1,2);
>    tree test2 = (B:6.0,(A:5.0,C:3.0,E:4.0)
> Ancestor1:5.0,D:11.0);
> End;
> How can I deal with this ?

There is a comma missing after the ) closing E:4.0) ie,
>    tree test2 = (B:6.0,(A:5.0,C:3.0,E:4.0), <-- NOTE COMMA
> Ancestor1:5.0,D:11.0);


-- 
“Pessimism of the Intellect; Optimism of the Will” -Antonio Gramsci

_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l

Reply via email to