OndrejSladky / kmercamel

KmerCamel🐫 provides implementations of several algorithms for efficiently representing a set of k-mers as a masked superstring.
MIT License
12 stars 2 forks source link

KmerCamel can compute lower bounds on superstring lengths. #59

Closed OndrejSladky closed 8 months ago

PavelVesely commented 8 months ago

I've merged the new changes from main into this branch. I suppose there's nothing to update in lower_bound.h after the changes in khash, right?

OndrejSladky commented 8 months ago

I've merged the new changes from main into this branch. I suppose there's nothing to update in lower_bound.h after the changes in khash, right?

Thanks. No, there should be nothing to update.

PavelVesely commented 8 months ago

Ok, thanks. I originally wanted to first tested on our datasets, but since you have unittests, it's fine to merge it.