danieljue / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Markov Jumps parsing error #719

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Run the attached. The error is:

Error parsing '<logTree>' element with id, 'treeFileLog':
Trait named, nonsense.count, not found for 
MarkovJumpsBeagleTreeLikelihood(treeLikelihood[nonsense.treeLikelihood])

The problem is that the count parameter (line 345) is called "count" where it 
should be "<trait>.count".

Original issue reported on code.google.com by mdhall272 on 20 Dec 2013 at 2:23

Attachments:

GoogleCodeExporter commented 8 years ago
Appears to be an issue with BEAUti.  Please try r6090 for fix.

Original comment by msuch...@gmail.com on 22 Dec 2013 at 6:52