Skip to content

Commit

Permalink
Change default raxml-ng model
Browse files Browse the repository at this point in the history
Closes #157
  • Loading branch information
danieledler committed Sep 14, 2020
1 parent b19b154 commit 58369f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/store/Run.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const raxmlNgAnalysisOptions = [
params: [params.runs, params.repsNg, params.outGroup],
},
{
title: 'ML + Transfer Bootstrap Expectation + consensus',
title: 'ML + transfer bootstrap expectation + consensus',
value: 'ML+TBE+con',
params: [params.runs, params.repsNg, params.outGroup],
},
Expand Down Expand Up @@ -158,7 +158,7 @@ class Analysis extends Option {
}

class RaxmlNgAnalysis extends Option {
constructor(run) { super(run, 'TI', 'Analysis', 'Type of analysis'); }
constructor(run) { super(run, 'ML+TBE+con', 'Analysis', 'Type of analysis'); }
options = raxmlNgAnalysisOptions.map(({ value, title }) => ({ value, title }));
}

Expand Down

0 comments on commit 58369f6

Please sign in to comment.