Hi,
I'm trying to run BEAST using variant sites only.
As previously described by Andrew:
https://groups.google.com/forum/#!searchin/beast-users/SNPs/beast-users/V5vRghILMfw/jMtC_DwS5EYJI have started by replacing the following part of the XML:
<patterns id="patterns" from="1" every="1" >
<alignment idref="alignment"/>
</patterns>
by:
<mergePatterns id="patterns">
<patterns from="1" every="1">
<alignment idref="alignment"/>
</patterns>
<constantPatterns>
<alignment idref="alignment">
<counts>
<parameter value="698995 1320628 1316480 697848"/>
</counts>
</constantPatterns>
</mergePatterns>
With the numbers being my counts of the constant ACGT sites
But i keep on getting the fatal error:
Line number: 213
Column number: 19
Error message: The element type "alignment" must be terminated by the matching end-tag "</alignment>".
BEAST has terminated with an error. Please select QUIT from the menu.I've tried to manually add the required end-tag at different places but without any success.
Can someone, give me a hand ? I've attached my xml.
Also, I don't think that this is related but in my xml file, instead having
<patterns from="1" every="1">
I rather find :
<patterns id="patterns" from="1" strip="false">BEAST run when I don't modify the xml at all but I guess that the divergence times/rates estimation will be biased if I don't stipulate how many invariant site I have. Isn't it an aposteriori way of converting the estimations taking into account for the invariant sites ?
Thanks
Adrien