Skip to content

Commit 6a47f2b

Browse files
committed
bug fix in gui: triggering the choice of an appropriate model (based on fasttree not raxml)
1 parent 7c402a6 commit 6a47f2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run_sate_gui.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ def __init__(self, size):
163163
self.Bind(wx.EVT_IDLE, self.OnIdle)
164164
self.Bind(wx.EVT_END_PROCESS, self.OnProcessEnded)
165165
self.Bind(wx.EVT_BUTTON, self.OnButton, self.button)
166+
167+
self.set_char_model() # this fixes the model based on the current default tree estimator
168+
166169

167170
def _create_job_settings_sizer(self):
168171
staticboxsizer = wx.StaticBoxSizer(wx.StaticBox(self, -1, "Job Settings"), wx.VERTICAL)

0 commit comments

Comments
 (0)