Skip to content

Commit

Permalink
Fix incorrect help string for dense
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Apr 12, 2023
1 parent 0b47608 commit d4cf81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/include/parseCmdArgs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sequences shorter than segment length will be ignored", ArgvParser::OptionRequir
cmd.defineOption("sketchSize", "Number of sketch elements", ArgvParser::OptionRequiresValue);
cmd.defineOptionAlternative("sketchSize","J");

cmd.defineOption("dense", "Use dense sketching to yield higher ANI estimation accuracy. [enabled by default]");
cmd.defineOption("dense", "Use dense sketching to yield higher ANI estimation accuracy. [disabled by default]");

cmd.defineOption("blockLength", "keep merged mappings supported by homologies of this total length [default: segmentLength]", ArgvParser::OptionRequiresValue);
cmd.defineOptionAlternative("blockLength", "l");
Expand Down

0 comments on commit d4cf81c

Please sign in to comment.