Closed akmorrow13 closed 3 years ago
Fails with error:
ValueError: Buffer dtype mismatch, expected 'const int64_t' but got 'int'
Issue is in pyranges, loading bed files
Fix: setint64=True in bed2Pyranges in functions.py
int64=True
bed2Pyranges
Fixed in https://github.com/YosefLab/epitome/pull/48
Whenever joining two pyranges objects, make sure both have been initialized with int64=True.
Fails with error:
ValueError: Buffer dtype mismatch, expected 'const int64_t' but got 'int'
Issue is in pyranges, loading bed files