sourmash-bio / sourmash

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

clean up the way DEFAULT_SEED is set #96

Closed ctb closed 7 years ago

ctb commented 7 years ago

see https://github.com/dib-lab/sourmash/pull/83#discussion_r94702545

lgautier commented 7 years ago

Making it even easier to fix by copying the code in the comment over:

from sourmash_lib import _minhash
DEFAULT_SEED = _minhash.hash_seed()
ctb commented 7 years ago

Closed by #156.