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 "/package/python-cbrg/current/3.11/bin/cooler", line 8, in <module>
sys.exit(cli())
^^^^^
File "/package/python-cbrg/current/3.11/lib/python3.11/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/package/python-cbrg/current/3.11/lib/python3.11/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/package/python-cbrg/current/3.11/lib/python3.11/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/package/python-cbrg/current/3.11/lib/python3.11/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/package/python-cbrg/current/3.11/lib/python3.11/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/package/python-cbrg/current/3.11/lib/python3.11/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/package/python-cbrg/current/3.11/lib/python3.11/site-packages/cooler/cli/cload.py", line 551, in pairs
f_in = get_handle(pairs_path, mode='r', compression='infer')[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
TypeError: 'IOHandles' object is not subscriptable
I think it happens because the pairs file is too big (248MB) because I have managed to get the cool files from smaller files successfully.
Could you please tell me if there is an alternative way of doing this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to extract the contact matrices from a 5000 bp resolution pairs file following the command
But I get this error
I think it happens because the pairs file is too big (248MB) because I have managed to get the cool files from smaller files successfully.
Could you please tell me if there is an alternative way of doing this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: