sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
467 stars 79 forks source link

add `seed` to param string docs #1732

Closed ctb closed 9 months ago

ctb commented 3 years ago

per https://github.com/sourmash-bio/sourmash/issues/1731, the command line docs for sourmash sketch do not mention seed, which (based on inspecting the code) should work!

ctb commented 2 years ago

Do the following:

In doc/sourmash-sketch.md, add the following text under ### Parameter strings -

* `seed=<int>` - set the random number seed used for k-mer hashing. This is for advanced users who want to choose a completely different set of k-mers for sketches! The default is 42.