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
Hi,
When running TADtool using an iced matrix file and its corresponding bed file, generated from the HiC-Pro pipeline, I get the following error.
_Traceback(most recent call last):
File "/miniconda2/envs/hic/bin/tadtool", line 447, in
TADtool()
File "/miniconda2/envs/hic/bin/tadtool", line 44, in init
getattr(self, args,command)()
File "/miniconda2/envs/hic/bin/tadtool", line 203, in plot
import tadtool.plot as tp
File "/miniconda2/envs/hic/lib/python3.8/site-packages/tadtool/plot.py", line 8, in
import matplotlib.pyplot as plt
File "/miniconda2/envs/hic/lib/python3.8/site-packages/tadtool/plot.py", line 2320, in
switch_backend(rcParams["backend"])
File "/miniconda2/envs/hic/lib/python3.8/site-packages/tadtool/plot.py", line 268, in switch_backend
raise ImportError(
ImportError: Cannot load backend 'TKAgg' which requires the 'tk' interactive framework, as 'headless' is currently running
How can I fix it? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, sorry about the late reply. This error implies that you are running TADtool in an environment that does not support interactive plotting, typically a computing cluster or similar. Please install TADtool on a machine that supports it and try again.
I work with the Linux system, and I encountered this error as well.
I tried using JupyterLab, but I still encountered the same problem.
Could you give me any advice?
Hi,
When running TADtool using an iced matrix file and its corresponding bed file, generated from the HiC-Pro pipeline, I get the following error.
_Traceback(most recent call last):
File "/miniconda2/envs/hic/bin/tadtool", line 447, in
TADtool()
File "/miniconda2/envs/hic/bin/tadtool", line 44, in init
getattr(self, args,command)()
File "/miniconda2/envs/hic/bin/tadtool", line 203, in plot
import tadtool.plot as tp
File "/miniconda2/envs/hic/lib/python3.8/site-packages/tadtool/plot.py", line 8, in
import matplotlib.pyplot as plt
File "/miniconda2/envs/hic/lib/python3.8/site-packages/tadtool/plot.py", line 2320, in
switch_backend(rcParams["backend"])
File "/miniconda2/envs/hic/lib/python3.8/site-packages/tadtool/plot.py", line 268, in switch_backend
raise ImportError(
ImportError: Cannot load backend 'TKAgg' which requires the 'tk' interactive framework, as 'headless' is currently running
How can I fix it? Thanks!
The text was updated successfully, but these errors were encountered: