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
Handle cases where the contig order in the header and the data sections differ. This was previously impossible, but apparently not now. Thanks to https://github.com/VonAlphaBisZulu for indicating the root cause and suggesting a fix. This also brings in other unrelated updates from libBigWig, which are mostly not relevant for this python wrapper.
Fixed issue #111. Now bigWig files with all 0 summary values are not assumed to be empty (instead a header that indicates that the index is at position 0 is assumed to be empty).