-
Notifications
You must be signed in to change notification settings - Fork 60
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
Skip faulty CIGARs instead of crashing #535
Comments
(I realize that GRIDSS is not developed by HMF but I thought I should document anyway) |
Thank you for the info. Can you give an example of a faulty CIGAR that caused this issue? FYI - we are working on a new SV caller which will replace GRIDSS in our pipeline and will not be updating GRIDSS further |
Here is such a string: 21M46I46D2I81M (I mentioned it above as well) |
To turn of this strict validation in Cobalt, pass in this argument: |
For any future readers, I also note that GRIDSS has a similar option: |
There is a known bug in minimap2 (lh3/minimap2#1090) where occasionally faulty CIGARs are outputted. Currently when running on bam's containing even one such string, COBALT and GRIDSS crash. It would be better if these programs instead skipped reads with such CIGARs without crashing.
Example of a faulty CIGAR: 21M46I46D2I81M
Error message produced:
The text was updated successfully, but these errors were encountered: