-
Notifications
You must be signed in to change notification settings - Fork 5
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 on long-read correction #4
Comments
Hey, Segmentation faults seems to be pretty dataset dependent. Few questions so I can further help you:
Cheers, |
Yesterday, I encountered this problem, too.
|
Hi, I'll have the same 3 questions as just above, please. Just knowing that there's a segfault somewhere doesn't help me so much if I can't reproduce it to see where it comes from. Pierre |
Hope this helps! |
Great! Thanks for the answers and for the link to the dataset. CONSENT was indeed designed for DNA reads, but I don't see any reason for it to crash on RNA if you switch U to T? Downloading the data and investigating the issue later tonight. Cheers |
@novikk @godkin1211 maybe that's the same thing for you? @novikk Cheers |
Thanks to @morispi ! It works after replacing those spaces in header. |
@godkin1211 Great! |
Did you manage to run CONSENT in the end? Waiting on your answer to close the issue. :) Cheers |
Hi @morispi, will check it ASAP, probably tomorrow! |
Worked fine after renaming the headers of the FASTA and tuning the "windowSize" parameter. Thanks! |
I'm trying to correct a dataset of real ONT reads and I'm getting a segmentation fault error after the mapping with minimap2:
I've tried on two different datasets and I'm getting the same error.
OS info:
The text was updated successfully, but these errors were encountered: