Releases: dpryan79/libBigWig
Releases · dpryan79/libBigWig
0.4.8
- Merge in pointer changes from #66 (thanks to @jayhesselberth !)
- Merge in changes mentioned in deeptools/pyBigWig#152 , wherein a mismatch in the order between the chromosomes in the header and in the data section caused wrong results. This mismatch should now be supported, though the library will (correct, in my opinion) refuse to create such files.
0.4.7
0.4.6
0.4.4
Fix the uninitialized value from deeptools/pyBigWig#85
0.4.3
0.4.2
0.4.1
- For remote files accessed with https, most error checking of the certificate is now ignored by default.
- You can now create and access bigWig files without entries. It's unlikely that other tools/libraries will support this.
- Support for >65535 contigs has been fixed. Files with up to ~1 billion contigs in the header should be able to be produced and still parsed in java programs (e.g., IGV).