You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was recently reviewing some work from a lab where a student had diligently sought to find the best Kmer value for a Ray assembly across a large number of genomes. Despite their efforts in exploring different K values, the assemblies had N50 values and other stats that were relatively invariant across their Kmer range of 31 ... 51.
Upon further investigation it turned out that Ray had been compiled without setting an appropriate maximum Kmer value and all the assemblies had really used K=31. As each assembly had slightly different stats (so the assemblies didn't look identical) and the line stating the Kmer used was located in the middle of a large amount of output, the fact that the requested and used Kmer were different was not spotted.
I'd like to suggest that requesting a Kmer value beyond the range supported by the compilation result in an execution error rather than a note in the log.
Adrian
The text was updated successfully, but these errors were encountered:
Hi Seb,
I was recently reviewing some work from a lab where a student had diligently sought to find the best Kmer value for a Ray assembly across a large number of genomes. Despite their efforts in exploring different K values, the assemblies had N50 values and other stats that were relatively invariant across their Kmer range of 31 ... 51.
Upon further investigation it turned out that Ray had been compiled without setting an appropriate maximum Kmer value and all the assemblies had really used K=31. As each assembly had slightly different stats (so the assemblies didn't look identical) and the line stating the Kmer used was located in the middle of a large amount of output, the fact that the requested and used Kmer were different was not spotted.
I'd like to suggest that requesting a Kmer value beyond the range supported by the compilation result in an execution error rather than a note in the log.
Adrian
The text was updated successfully, but these errors were encountered: