Closed mrvollger closed 5 years ago
Hi Mitchell, unfortunately, meryl does not support kmers with k>31 at the moment.
Hi Arang,
Thanks for the fast response!
I was confused because Wenger et al. (https://www.nature.com/articles/s41587-019-0217-9) were able to do trio binning with k sizes of 51 and 91. But I now see Sergey has some custom scripts for that here: https://github.com/skoren/triobinningScripts
Thanks, Mitchell
The older version of meryl in that repo supports (arbitrarily) large K (via a compile time option).
Meryl was reimplemented last summer, but it lost support for k>31 (32 might work though). We want to add that support back, but it's not a high priority right now.
Hi Brian,
Good suggestion, I will pull an older version of the repo.
Thanks, Mitchell
Hello,
I am unable to run
meryl
with kmer sizes greater than or equal to 38. Whenever I do I get an error that looks like:Below I have included how I install meryl along with my example commands and fasta input.
Any help would be greatly appreciated!
Thanks! Mitchell
Install script:
My test fasta sequence:
My test run with k =37.
My test run with k =38.