Skip to content

Commit

Permalink
treelikelihood should set useAmbuguities=true as default #166
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Oct 24, 2024
1 parent 087451a commit 16ce13a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private ThreadedTreeLikelihood createThreadedTreeLikelihood(PhyloCTMC phyloCTMC,
SiteModel siteModel = constructSiteModel(phyloCTMC, context);
treeLikelihood.setInputValue("siteModel", siteModel);

treeLikelihood.setInputValue("useAmbiguities", true);
treeLikelihood.initAndValidate();
treeLikelihood.setID(alignment.getID() + ".treeLikelihood");
// logging
Expand Down

0 comments on commit 16ce13a

Please sign in to comment.