-
Notifications
You must be signed in to change notification settings - Fork 9
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
OverflowError: can't convert negative value to uint32_t #21
Comments
Debugging shows: |
When trying to convert any bam or sam file, aligned with BWA mem I get the following error. g2gtools seems to work fine until it hits about ~40000 successful conversions.
[g2gtools] Processed 10,000 reads, 9,116 successful, 800 failed
[g2gtools] Processed 20,000 reads, 18,257 successful, 1,580 failed
[g2gtools] Processed 30,000 reads, 27,322 successful, 2,418 failed
[g2gtools] Processed 40,000 reads, 36,378 successful, 3,272 failed
I posted debug output below. Is the -41 the issue?
The text was updated successfully, but these errors were encountered: