-
Notifications
You must be signed in to change notification settings - Fork 11
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
Segmentation fault (core dumped) for zero length reads #26
Comments
…on fault, probably because of zero length reads: smithlabcode/falco#26)
I'm so sorry it took this long to reach out but I think I fixed the problem. I'll make a new release in the coming days to address this. Commit 64d98db should not crash on empty reads. Definitely a very important bug to address! |
Thanks! |
Hi @guilhermesena1, The new patch create more bugs. When there is a empty read, falco will keep running, but it can not generate any output, and terminate with the following error.
|
This error is not cause by zero length reads. Any fastq input can cause this error. If html output is skip, everything works fine. I compile the code with autoreconf command, then it works. |
I would like to know why zero length reads is not in the "Sequence Length Distribution" plot? Thanks. |
hey. for the first error, I think your call has reversed the parameters. Falco takes multiple FASTQC as inputs, and this requires the file names to be the last parameters in the call, so instead of
it should be
I'll look into the plot issue right now. |
ok the plot issue should be fixed at 0523ad9 |
Thank you for the update |
It seem that falco is still have bugs in dealing short reads. When input reads are too short, the html report can not be generated. Error message:
test input:
|
After trimming, some reads might be 0 in length. falco can not deal with these reads correctly.
The text was updated successfully, but these errors were encountered: