Skip to content

Commit

Permalink
Don't allow iterative profile search in taxonomy #432
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Apr 7, 2021
1 parent 64a2265 commit 4462533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commons/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,9 @@ Parameters::Parameters():
taxonomy = combineList(taxonomy, aggregatetaxweights);
taxonomy = combineList(taxonomy, lca);
taxonomy = combineList(taxonomy, searchworkflow);
taxonomy = removeParameter(taxonomy, PARAM_NUM_ITERATIONS);
taxonomy = removeParameter(taxonomy, PARAM_START_SENS);
taxonomy = removeParameter(taxonomy, PARAM_SENS_STEPS);
// easy taxonomy
easytaxonomy = combineList(taxonomy, addtaxonomy);
Expand Down

0 comments on commit 4462533

Please sign in to comment.