You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/ldelisle/miniconda2/envs/hicexplorer3.5.2/bin/cooler", line 10, in <module>
sys.exit(cli())
File "/home/ldelisle/.local/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/home/ldelisle/.local/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/home/ldelisle/.local/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/ldelisle/.local/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/ldelisle/.local/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/home/ldelisle/miniconda2/envs/hicexplorer3.5.2/lib/python3.6/site-packages/cooler/cli/balance.py", line 257, in balance
grp['bins'][name].attrs.update(stats)
File "/home/ldelisle/miniconda2/envs/hicexplorer3.5.2/lib/python3.6/_collections_abc.py", line 841, in update
self[key] = other[key]
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "/home/ldelisle/.local/lib/python3.6/site-packages/h5py/_hl/attrs.py", line 95, in __setitem__
self.create(name, data=value, dtype=base.guess_dtype(value))
File "/home/ldelisle/.local/lib/python3.6/site-packages/h5py/_hl/attrs.py", line 194, in create
attr = h5a.create(self._id, self._e(tempname), htype, space)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5a.pyx", line 47, in h5py.h5a.create
RuntimeError: Unable to create attribute (object header message is too large)
However, it looks like the matrix is balanced (in my real case).
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. It turns out HDF5 attributes can't be too big, which led to other issues with large numbers of contigs. We might have to switch to not using attributes to store this information.
Hi,
I found a bug in version 0.8.10.
Here is a minimal test:
And I get:
However, it looks like the matrix is balanced (in my real case).
The text was updated successfully, but these errors were encountered: