You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using salmon alevin v1.9.0, I noticed that my total reads were less than the deduplicated UMI count when I combined all three libraries together (from a NovaSeq run):
I suspect this has happened due to an integer overflow: 284216343 + 2^32 = 4579183639, which matches the total count that I get when I add the total reads from each barcoded sample together:
Thanks for this bug report @gringer! I have pushed a change to develop that should address this. Would you need me to produce an executable to test this out?
Using salmon alevin v1.9.0, I noticed that my total reads were less than the deduplicated UMI count when I combined all three libraries together (from a NovaSeq run):
I suspect this has happened due to an integer overflow:
284216343 + 2^32 = 4579183639
, which matches the total count that I get when I add the total reads from each barcoded sample together:To Reproduce
Steps and data to reproduce the behavior:
salmon alevin
on more than 2^32 sequenced readsSpecifically, please provide at least the following information:
Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: