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
I noticed that IntelInflator can issue a warning that says "Zero Bytes Written". This is confusing because it's happening during inflation when nothing is being written. I glanced at the class and it seems like there are a bunch of other probable copy/paste documentation errors where it looks like the deflator interface was copied and the text wasn't changed
The text was updated successfully, but these errors were encountered:
lbergelson
changed the title
Confusing warning message in IntelInflator
Confusing warning message in IntelInflater
Jan 3, 2023
As @jamesemery pointed out here: broadinstitute/gatk#8126 this warning gets emitted during normal operation because correctly written BGZF files have an empty terminator block to signal that they are finished. It should probably be removed entirely.
I noticed that
IntelInflator
can issue a warning that says "Zero Bytes Written". This is confusing because it's happening during inflation when nothing is being written. I glanced at the class and it seems like there are a bunch of other probable copy/paste documentation errors where it looks like the deflator interface was copied and the text wasn't changedThe text was updated successfully, but these errors were encountered: