Skip to content

Commit

Permalink
Show splitdb parameters correctly when its called without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Oct 27, 2022
1 parent c48da9d commit 2703600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/splitdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

int splitdb(int argc, const char **argv, const Command& command) {
Parameters &par = Parameters::getInstance();
par.overrideParameterDescription(par.PARAM_SPLIT, "Split input into N equally distributed chunks", NULL, MMseqsParameter::COMMAND_COMMON);
par.PARAM_SPLIT_AMINOACID.category = MMseqsParameter::COMMAND_COMMON;
par.parseParameters(argc, argv, command, true, 0, 0);

if (par.split < 1) {
Expand Down

0 comments on commit 2703600

Please sign in to comment.