We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to assemble illumina paired-end reads and it always get stuck in the assembly with kmer length = 55 at
(kmer_coverage_model.cpp : 295) ... iteration 8
The assemblies for kmer 21 and kmer 33 always passed though.
Any ideas ?
Thanks
The text was updated successfully, but these errors were encountered:
It really should not as everything is deterministic there. Does the problem reproduce with --only-assembler? Or with some light quality trimming?
Sorry, something went wrong.
I finally skipped length 55 and all other lengths worked well... don't know what was causing this but won't investigate further. Thank you.
No branches or pull requests
Hi,
I am trying to assemble illumina paired-end reads and it always get stuck in the assembly with kmer length = 55 at
(kmer_coverage_model.cpp : 295) ... iteration 8
The assemblies for kmer 21 and kmer 33 always passed though.
Any ideas ?
Thanks
The text was updated successfully, but these errors were encountered: