Skip to content

Commit

Permalink
Correctly expose db-load-mode in ungapped prefilter
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Aug 2, 2023
1 parent 8fe3bf9 commit eb01b5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commons/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,11 @@ Parameters::Parameters():
ungappedprefilter.push_back(&PARAM_NO_COMP_BIAS_CORR_SCALE);
ungappedprefilter.push_back(&PARAM_MIN_DIAG_SCORE);
ungappedprefilter.push_back(&PARAM_MAX_SEQS);
ungappedprefilter.push_back(&PARAM_TAXON_LIST);
ungappedprefilter.push_back(&PARAM_PRELOAD_MODE);
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 eb01b5b

Please sign in to comment.