Hello
I am having an error in tree annotator that I am unable to resolve. I am using BEAST 2/TreeAnnotator v/
2.5.1. Annotator is unable to read the tree file formed by logcombiner. The error I am receiving is:
Processing 12802 trees from file after ignoring first 20% = 3200 trees.
Ignoring translation:[88, Eigenmannia_vicentespelaea, 11649]
java.io.IOException: Around line 422
null
at beast.util.NexusParser.parseFile(Unknown Source)
at beast.util.NexusParser.parseFile(Unknown Source)
at beast.app.treeannotator.TreeAnnotator$FastTreeSet.<init>(Unknown Source)
at beast.app.treeannotator.TreeAnnotator.<init>(Unknown Source)
at beast.app.treeannotator.TreeAnnotator.main(Unknown Source)
Error Parsing Input Tree: Around line 422
null
In the combined tree file, line 422 is around here:
417 Tinca_tinca
418 Vaillantella_maassi
419 ;
420 End;
421 Begin trees;
422 Translate
423 1 Adontosternarchus_balaenops_2612,
424 2 Adontosternarchus_cf_clarkae_8673,
425 3 Adontosternarchus_cf_nebulosus_8679,
From what I see this is proper NEXUS formatting? Has anyone encountered this type of error before?
Thanks kindly!
Lisa