Closed hl-xue closed 3 years ago
Hello,
Thanks for trying kmtricks!
Yes by default the maximum is 255 to use only one byte per count. You can change this value using --max-count N
.
Thanks for reply. So the N is a value ? So in case I don't know the maximum of the count and I would like to put a very big N, is there any limit of this value (e.g. 32-bit integer)?
Yes kmtricks can use 8, 16 or 32-bit unsigned integer to store counts. So the maximum is 232-1.
OK, thanks a lot ! Best wishes.
Hello,
Thanks for developping this nice tool ! I found the output counts are scaled into 0-255 by default, and I was wondering if there is some way to have the raw counts as output without scaling ?
Thanks and best wishes.