Skip to content

Commit

Permalink
Hide the correct parameter list
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed May 8, 2024
1 parent 3af3a73 commit d56c140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow/EasyMultimerSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int easymultimersearch(int argc, const char **argv, const Command &command) {
par.PARAM_OVERLAP.addCategory(MMseqsParameter::COMMAND_EXPERT);
par.PARAM_RESCORE_MODE.addCategory(MMseqsParameter::COMMAND_EXPERT);
for (size_t i = 0; i < par.createdb.size(); i++){
par.createdb[i]->addCategory(MMseqsParameter::COMMAND_EXPERT);
par.structurecreatedb[i]->addCategory(MMseqsParameter::COMMAND_EXPERT);
}

par.PARAM_COMPRESSED.removeCategory(MMseqsParameter::COMMAND_EXPERT);
Expand Down

0 comments on commit d56c140

Please sign in to comment.