Skip to content

Commit 66430bf

Browse files
committed
block the naughty mmseqs2 --add-orf-stop param
1 parent 6bd769f commit 66430bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commons/LocalParameters.h

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class LocalParameters : public Parameters {
103103
predictexonsworkflow = combineList(searchworkflow, collectoptimalset);
104104
predictexonsworkflow.push_back(&PARAM_REVERSE_FRAGMENTS);
105105
predictexonsworkflow = removeParameter(predictexonsworkflow, PARAM_NUM_ITERATIONS);
106+
predictexonsworkflow = removeParameter(predictexonsworkflow, PARAM_ADD_ORF_STOP);
106107

107108
reduceredundancy.push_back(&PARAM_ALLOW_OVERLAP);
108109
reduceredundancy.push_back(&PARAM_THREADS);

0 commit comments

Comments
 (0)