-
Notifications
You must be signed in to change notification settings - Fork 72
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
munmap_chunk(): invalid pointer on ubam file - KMC crashes on BAM with long reads #230
Comments
This bug is a little nasty because it is a consequence of some assumptions we made developing the first versions of KMC, i.e., that reads are short. |
For future me: it seems there is a buffer overflow in |
Hello, I have a followup issue/question. We are trying to save space on our cluster, so if possible I would not like to have to save the output when converting BAMS to fasta/q. So I tried to run KMC with bash process substitution. For example,
However, I get the error:
which I believe comes from Line 352 in 65bff73
Is there any way to update KMC to allow it to take process substitution as input? Thanks for any information. |
This is a little more complex. We have this unstable branch here: https://github.com/refresh-bio/KMC/tree/experimental/stbm
Keep in mind that this branch is not production-ready. We use it for testing and experiments, and it may disappear at some point. Edit: Also, on this branch, |
Hello,
I am running the following KMC command:
and I receive the following error at the end of stage 1:
I was wondering if you knew how to fix this? Is there an email where I can send the example file that causes this issue? I don't want to share the data publicly. Thank you.
The text was updated successfully, but these errors were encountered: