bacpop / ska.rust

Split k-mer analysis – version 2
https://docs.rs/ska/latest/ska/
Apache License 2.0
56 stars 4 forks source link

Support k up to 63 #4

Closed johnlees closed 1 year ago

johnlees commented 1 year ago

Use the u128 type, but will be better to implement with generics so we can keep u64 for k <= 31. (countmin stays as u64)

johnlees commented 1 year ago

Closed by #13