Skip to content

Commit

Permalink
Add taxon list to ungappedprefilter
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed May 8, 2023
1 parent bdd169b commit 800eb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commons/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ Parameters::Parameters():
ungappedprefilter.push_back(&PARAM_THREADS);
ungappedprefilter.push_back(&PARAM_COMPRESSED);
ungappedprefilter.push_back(&PARAM_V);
ungappedprefilter.push_back(&PARAM_TAXON_LIST);
// clustering
clust.push_back(&PARAM_CLUSTER_MODE);
Expand Down

0 comments on commit 800eb09

Please sign in to comment.