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
Some corruptions are actually reliably correctable without too much computation:
if fixed header bytes are incorrect, they can be fixed as long as the CRC32 properly validates the payload (100% reliable as long as the bam usage is concerned);
if the payload size is incorrect, it can be fixed as the CRC32 already validates the payload (100% reliable);
if there's a deflate or CRC32 error and the next block is shifted, try to fix the bgzf data size (100% reliable if it works).
The text was updated successfully, but these errors were encountered:
Some corruptions are actually reliably correctable without too much computation:
The text was updated successfully, but these errors were encountered: