We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd169b commit 800eb09Copy full SHA for 800eb09
src/commons/Parameters.cpp
@@ -430,6 +430,7 @@ Parameters::Parameters():
430
ungappedprefilter.push_back(&PARAM_THREADS);
431
ungappedprefilter.push_back(&PARAM_COMPRESSED);
432
ungappedprefilter.push_back(&PARAM_V);
433
+ ungappedprefilter.push_back(&PARAM_TAXON_LIST);
434
435
// clustering
436
clust.push_back(&PARAM_CLUSTER_MODE);
0 commit comments