Hi all,
I'm using BEAST v1.10.1, and have received the following error:
Creating site rate model.
Creating site rate model.
Creating site rate model.
Creating site rate model.
Creating site rate model.
Creating site rate model.
Creating site rate model.
Sep 04, 2018 1:47:38 PM dr.app.beast.BeastMain <init>
SEVERE: Parsing error - poorly formed BEAST file, NEXTEST.xml:
Object with idref=B62.nu has not been previously declared.
Error thrown at: dr.xml.XMLParser.convert(Unknown Source)
My data is partitioned based on the substitution model I want to apply, so B62 is my Blosum 62 partition. The .nu suggests this is something to do with the allNus parameter, but I'm not sure what to do about it. The only mention of B62.nu in my XML is as follows:
<!-- Collecting together relative rates for partitions -->
<compoundParameter id="allNus">
<parameter idref="B62.nu"/>
<parameter idref="CPR.nu"/>
<parameter idref="DHF.nu"/>
<parameter idref="FLU.nu"/>
<parameter idref="JTT.nu"/>
<parameter idref="LGM.nu"/>
<parameter idref="WAG.nu"/>
</compoundParameter>
Should it be declared somewhere earlier in my XML? Any suggestions would be massively appreciated. Thank you!