4dn-dcic / hic2cool

Lightweight converter between hic and cool contact matrices.
MIT License
63 stars 7 forks source link

h5py 3 requires mode argument #58

Open rekado opened 2 years ago

rekado commented 2 years ago

With h5py 3 there's a test failure, because the test doesn't pass the mandatory mode argument to h5py.File at:

https://github.com/4dn-dcic/hic2cool/blob/5a7d12e40ce65c6dbd83404efe6950e430d243a9/test.py#L65

and in hic2cool/hic2cool_updates.py.