-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace FastRelaxedClockLogNormal to ORC #151
Comments
Tips:
<prior id="ORCRatePriorDistribution.c:CRC01" name="distribution" x="@ORCRates.c:CRC01">
<LogNormal id="LogNormalDistributionModel.0" S="@ORCsigma.c:CRC01" meanInRealSpace="true" name="distr">
<parameter id="RealParameter.47" spec="parameter.RealParameter" estimate="false" name="M">1.0</parameter>
</LogNormal>
</prior>
<branchRateModel id="OptimisedRelaxedClock.c:CRC01" spec="beast.base.evolution.branchratemodel.UCRelaxedClockModel" clock.rate="@ORCucldMean.c:CRC01" rates="@ORCRates.c:CRC01" tree="@Tree.t:CRC01">
<LogNormal id="ORCLogNormalDistributionModel.c:CRC01" S="@ORCsigma.c:CRC01" meanInRealSpace="true" name="distr">
<parameter id="RealParameter.46" spec="parameter.RealParameter" estimate="false" name="M">1.0</parameter>
</LogNormal>
</branchRateModel> |
The incomplete dev is in branch b2.7ops https://github.com/LinguaPhylo/LPhyBeast/tree/b2.7ops |
use UCLN LinguaPhylo/linguaPhylo#488 |
TODO: how to disable LPhyBeast/lphybeast/src/main/java/lphybeast/tobeast/generators/PhyloCTMCToBEAST.java Lines 425 to 432 in 3431219
|
For relaxed clock, replace FastRelaxedClockLogNormal to ORC https://github.com/jordandouglas/ORC/
https://doi.org/10.1371/journal.pcbi.1008322
The text was updated successfully, but these errors were encountered: