Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meryl count assertion failed with large K #44

Open
Dmitry-Antipov opened this issue May 2, 2024 · 1 comment
Open

meryl count assertion failed with large K #44

Dmitry-Antipov opened this issue May 2, 2024 · 1 comment

Comments

@Dmitry-Antipov
Copy link

Tried to run with relatively large k (101), got this assertion

meryl count k=101 compress hifi.fasta.gz output 101.hpc.meryl
<...>
Start counting with THREADED method.                                                                                                                                                            
meryl: meryl/merylCountArray.C:512: uint64 merylCountArray::add(kmdata): Assertion `wordEnd <= 192' failed.                                                                                     

k=71 seems to work

would be nice to have max allowed k somewhere in usage/docs.

@Dmitry-Antipov
Copy link
Author

actually k=71 worked only in the sense that it did not crash. Results are irrelevant
unique 0 (exactly one instance of the kmer is in the input)
distinct 1458 (non-redundant kmer sequences in the input)
present 33707750420 (...)

k=63 provided reasonable results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant