Andrew Robbins

Results 18 issues of Andrew Robbins

Fairly simple-bracketed TabixFile's initialization in a try/except IOError. If the default path doesn't exist, say, in a bucket that you don't have write access to, this enables allcools to handle...

Unlike the previous MSYS PR, which requires cygwin/msys's C library, this is an honest to god port of bedtools2 to the windows C runtime. Some tests will fail when run...

Apparently it Just Works with Cython 3 if you move the distutils stuff over to setuptools. Who'dve thought. (can't verify all tests right now but passed most of them and...

This eliminates the full readback of the zarr chunks that was done to merge the outputs of the parallel _write_single_zarr block and is saving me a significant amount of time...

Hi all-currently trying to get a mingw variant of a package working and noticed that on windows, rattler build searches for `Library/lib/$package.lib` but does *not* search for `Library/lib/lib$package.dll.a`, which is...

Definitely gonna need some help with the tests here but this *should* work if the code is lazy matching like i think it is. Obviously the ideal here would be...

A quick fixup for #686. I only changed a few strings around and slightly modified the architecture detection method away from a deprecated function and to one that will stop...

All I know is that this builds and works fine with clangarm64 on my laptop. Unsure about performance improvement, but certainly no performance regression. I am not an assembly wizard,...