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
Ok, let's switch to uint16 for coverage information then - almost no errors and half RAM usage for recording coverage information. Let's go for uint8 only if RAM becomes a bottleneck.
I don't think uint8_t would be a good idea. It is very common to have nanopore datasets with over 255x coverage.
But absolutely agree with the change to uint16_t
Ok, let's switch to
uint16
for coverage information then - almost no errors and half RAM usage for recording coverage information. Let's go foruint8
only if RAM becomes a bottleneck.Originally posted by @leoisl in #148 (comment)
The text was updated successfully, but these errors were encountered: