Skip to content

Commit

Permalink
Fix the documented default value for k-step
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrbolton committed Dec 13, 2019
1 parent 7dde1ca commit 870889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/megahit
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Optional Arguments:
Another way to set --k-list (overrides --k-list if one of them set):
--k-min <int> minimum kmer size (<= {0}), must be odd number [21]
--k-max <int> maximum kmer size (<= {0}), must be odd number [141]
--k-step <int> increment of kmer size of each iteration (<= 28), must be even number [12]
--k-step <int> increment of kmer size of each iteration (<= 28), must be even number [10]
Advanced assembly options:
--no-mercy do not add mercy kmers
Expand Down

0 comments on commit 870889a

Please sign in to comment.