libBigWig icon indicating copy to clipboard operation
libBigWig copied to clipboard

A C library for handling bigWig files

Results 6 libBigWig issues
Sort by recently updated
recently updated
newest added

Hello there, In Debian we run some of the tests you've included in `test/` as autopkgtest for [libbigwig](https://tracker.debian.org/pkg/libbigwig) package. This is how we are running the tests in Debian ```...

Hello @dpryan79, I was wondering if this could potentially speed up the library. During the `walkRTreeNodes` process, the library seems to iterate through all children to figure out if a...

the memory use of libbigwig gets quite high during indexing. is there anyway to reduce this? for example by flushing each chromosome to disk after the index for that tid...

I do this in pyBigWig, but I'm told that some programs using this do not check to ensure that intervals are entered in a sane order. The various add/append functions...

Configuring with ```-DBUILD_SHARED_LIBS=ON``` builds test executables, nut it isn't clear how to run tests.

The link to the CDN for rendered docs is has some kind of headers incorrect and is passing the file as preformatted HTML in a wrapper, instead of as HTML...