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
Fix longstanding bug so we use the Intel Inflater when it is requested
* We have been using the Java Inflater even when the Intel one was available and requested
due to a bug in the configuration of the default inflater.
The fix is fairly brittle because it depends on the order of initialization of various things.
* This will be fixed more generally by samtools/htsjdk#1666
0 commit comments