In addition, I found out that on some systems (possibly gcc version but not clear), autoflip causes segmentation fault or returns an empty result - this is fixed now. This affects pairix -Y, pairix -a, pypairix.check_triangle() and pypairix.querys2D(). It does not affect the results on 4DN Data Portal.
The issue with integer overflow with
get_linecount
ofpypairix
is now fixed. (no need to re-index)Before:
After:
In addition, I found out that on some systems (possibly gcc version but not clear), autoflip causes segmentation fault or returns an empty result - this is fixed now. This affects
pairix -Y
,pairix -a
,pypairix.check_triangle()
andpypairix.querys2D()
. It does not affect the results on 4DN Data Portal.