YosefLab/epitome

cannot update pyranges to 0.0.92

akmorrow13 opened this issue · 3 comments

Fails with error:

ValueError: Buffer dtype mismatch, expected 'const int64_t' but got 'int'

Issue is in pyranges, loading bed files

Fix: set int64=True in bed2Pyranges in functions.py

Fixed in #48

RK900 commented

Whenever joining two pyranges objects, make sure both have been initialized with int64=True.