Skip to content

Commit

Permalink
Merge pull request #256 from jayrbolton/fix-kstep-default-doc
Browse files Browse the repository at this point in the history
Fix the documented default value for k-step
  • Loading branch information
aquaskyline authored Mar 31, 2022
2 parents 7dde1ca + 870889a commit f8afe5d
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 f8afe5d

Please sign in to comment.