Skip to content

Commit

Permalink
change default of estimating mutation rate in template
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Jan 9, 2022
1 parent 3107418 commit 1511a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/MGSM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<plugin spec='MultiGammaSiteModel' id="MultiGammaSiteModel.s:$(n)" gammaCategoryCount='4'>
<!--substModel will be automatically detected /-->
<proportionInvariant spec='parameter.RealParameter' id='MGSMproportionInvariant.s:$(n)' value='0.1' lower='0' upper='1' estimate='true'/>
<mutationRate spec='parameter.RealParameter' id='MGSMMutationRate.s:$(n)' value='1.0' estimate='true'/>
<mutationRate spec='parameter.RealParameter' id='MGSMMutationRate.s:$(n)' value='1.0' estimate='false'/>
<shapes spec='parameter.RealParameter' id='MGSMgammaShape.s:$(n)' value='1.0' estimate='true'/>
</plugin>
Expand Down

0 comments on commit 1511a48

Please sign in to comment.