Hi,
I've found something strange in BEAST and I have no idea if it is a bug or my fault, can someone help?
I'm still trying to run BEAST with a starting tree (on CIPRES)
I'm using one calibrate node and the "prior" looks like this in the xml:
"<distribution id="CHEI-ONTH.prior" spec="beast.math.distributions.MRCAPrior" monophyletic="true" tree="@NewickTree.t:p14">
<taxonset id="CHEI-ONTH" spec="TaxonSet">
<taxon id="668666_Onth_long_1" spec="Taxon"/>
<taxon id="668670_Onth_niti_1" spec="Taxon"/>
<taxon id="668687_Onth_rhin_1" spec="Taxon"/>"
At least the start of it.. So all taxa end with an "1", this is added by BEAUTI not by me.
running it on cipres results in an error: "Cannot find taxon 668666_Onth_long_1 in data" But I can open it in BEAUTI!
So I created a second xml file where I removed all "1's" by hand, as follows:
"<distribution id="CHEI-ONTH.prior" spec="beast.math.distributions.MRCAPrior" monophyletic="true" tree="@NewickTree.t:p14">
<taxonset id="CHEI-ONTH" spec="TaxonSet">
<taxon id="668666_Onth_long_" spec="Taxon"/>
<taxon id="668670_Onth_niti_" spec="Taxon"/>
<taxon id="668687_Onth_rhin_" spec="Taxon"/>
<taxon id="669836_Onth_gaze_" spec="Taxon"/>
<taxon id="670919_Onthsp_" spec="Taxon"/>
<taxon id="679441_2Onth_gir_" spec="Taxon"/>"
Running it on cipres results in an error: Cannot open file... And indeed I cannot open this xml in BEAUTI, trying results in the following error:
Error 104
"IDs should be unique. Duplicate ID '668666_Onth_long_' found"
Error detected about here: ...
What is wrong?
Thanks and happy new year in advance!
Thijmen