dnbaker / dashing2

Dashing 2 is a fast toolkit for k-mer and minimizer encoding, sketching, comparison, and indexing.
MIT License
62 stars 7 forks source link

What are the units for `--countmin-size`? #57

Open BenLangmead opened 2 years ago

BenLangmead commented 2 years ago

Neither the usage message nor the documentation in README.md explain what are the units of the [size] parameter for the --countmin-size option. Is it bytes?

dnbaker commented 2 years ago

It's in the number of registers, not bytes. Each register is 4 bytes. Soon I might add [KMG] notation so that this can be done with fewer characters.