Skip to content

Commit

Permalink
Merge pull request #1649 from hverdonk/GA-updates
Browse files Browse the repository at this point in the history
increased max number of GA rate classes from 5 to 18
  • Loading branch information
stevenweaver authored Nov 9, 2023
2 parents ab6a108 + 9347ac9 commit dce7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/TemplateBatchFiles/MSS-selector.bf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mss.ic_score = io.SelectAnOption ({"AIC-c" : "Small Sample AIC score",
mss.is_bic = mss.ic_score == "BIC";

KeywordArgument ("classes", "How many rate classes should be considered", "2");
mss.rate_classes = io.PromptUser ("How many rate classes should be considered?", 2, 2, 5, TRUE);
mss.rate_classes = io.PromptUser ("How many rate classes should be considered?", 2, 2, 6, TRUE);


mss.file_records = {};
Expand Down

0 comments on commit dce7cf8

Please sign in to comment.