-
Notifications
You must be signed in to change notification settings - Fork 19
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
Seg fault on the following file #8
Comments
Not just on it's own... in a combination with other reads... for example this (poor performing) barcode set: @hwi:1:X:1:2211:11960:84344 3:N:0: |
I think the issue is the ##### quality scores. if you set even a single reads quality higher, it works. |
In order to get the seg fault, you have to compress and then uncompress the file! |
Thanks for detailed bug report! The issue was in the special case of the qualities encoding, having only '#' symbols in quality stream and some 'N' symbols in DNA stream. I committed the fix in 464d5f3 to the quality-fix branch. The fix passes the case you presented. I run the tests on the selected datasets from Illumina, 454 and ColorSpace and it also passed. Could you please check if the fix also works in your full dataset? Then I'll merge the fix to master. |
It does. Yes. |
Fix merged to master. Thanks! |
Current version seg-faults on this read.. not sure why
@hwi:1:X:1:2211:11960:84344 3:N:0:
NNATNNTA
+
In order to get the seg fault, you have to compress and then uncompress the file.
The text was updated successfully, but these errors were encountered: