Skip to content

Commit

Permalink
block the naughty mmseqs2 --add-orf-stop param
Browse files Browse the repository at this point in the history
  • Loading branch information
elileka committed Apr 19, 2024
1 parent 6bd769f commit 66430bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commons/LocalParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class LocalParameters : public Parameters {
predictexonsworkflow = combineList(searchworkflow, collectoptimalset);
predictexonsworkflow.push_back(&PARAM_REVERSE_FRAGMENTS);
predictexonsworkflow = removeParameter(predictexonsworkflow, PARAM_NUM_ITERATIONS);
predictexonsworkflow = removeParameter(predictexonsworkflow, PARAM_ADD_ORF_STOP);

reduceredundancy.push_back(&PARAM_ALLOW_OVERLAP);
reduceredundancy.push_back(&PARAM_THREADS);
Expand Down

0 comments on commit 66430bf

Please sign in to comment.