cannot update pyranges to 0.0.92
akmorrow13 opened this issue · 3 comments
akmorrow13 commented
Fails with error:
ValueError: Buffer dtype mismatch, expected 'const int64_t' but got 'int'
Issue is in pyranges, loading bed files
akmorrow13 commented
Fix: set int64=True
in bed2Pyranges
in functions.py
akmorrow13 commented
Fixed in #48
RK900 commented
Whenever joining two pyranges objects, make sure both have been initialized with int64=True
.