matsengrp / ecgtheow

Ancestral lineage reconstruction using BEAST or RevBayes
2 stars 2 forks source link

Try out ancestral sequence reconstruction with RevBayes #11

Closed matsen closed 6 years ago

matsen commented 6 years ago

I'm becoming less enthused about BEAST's clock assumptions, and suspect that we may get more stable results by using unrooted trees.

The ever helpful and friendly Andy Magee has supplied us with an ASR example for RevBayes.

This example is for a fixed topology. Apparently, to make it change topologies, add these two lines:

before this line: my_model = model(Q)

And remove this line: topology.clamp(true_tree)

dunleavy005 commented 6 years ago

See #21