analyse_main.py: unpacking
unpacking: liver
analysing: ctcf
mode auto: number of components is evaluated (components_fit.py)
qt.qpa.xcb: could not connect to display localhost:12.0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, webgl, xcb.
Aborted
I suspect this error can be traced back to matplotlib not being able to create plots when the pipeline is running in the background.
Coincidently I had a similar problem recently which could be fixed with the solution provided here.
Call:
python bin/tf_analyzer.py -g mm9 -b liver --redo_file_validation
Error:
I suspect this error can be traced back to matplotlib not being able to create plots when the pipeline is running in the background. Coincidently I had a similar problem recently which could be fixed with the solution provided here.