open2c / coolpuppy

A versatile tool to perform pile-up analysis on Hi-C data in .cool format.
MIT License
77 stars 11 forks source link

dividepups.py error #140

Closed BenxiaHu closed 8 months ago

BenxiaHu commented 8 months ago

Hello, I used dividepups.py to divide two pileups generated by plotpup.py. However, I got this error: AssertionError: Cannot divide these pups, cooler is different between them.

dividepups.py case_coolpuppy ctrl_coolpuppy -o result.pdf

efriman commented 8 months ago

Hi BenxiaHu,

Can you please try this with the latest github version? This was fixed some time ago.

Elias

BenxiaHu commented 8 months ago

yes, it works. thanks.