-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Describe the bug
Hi,
I installed rnalysis using "pip install RNAlysis[all]" on a linux machine / on docker ubuntu container and
when trying to load rnalysis using rnalysis-gui /gui.run_gui() it hangs with no error.
It did work on some occasions on a docker container only when run from the root user which isn't
an option since we need to run the program as a regular user on the cluster .
any suggestions on how to debug this problem ?
Steps To Reproduce
singularity exec --writable /data/bin/singularity_images/python_RNAlysis1.sif /bin/bash
INFO: Converting SIF file to temporary sandbox...
WARNING: Skipping mount /etc/localtime [binds]: /etc/localtime doesn't exist in container
Singularity> python3
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
from rnalysis import gui
Warning: 'GraphViz' installation not found. If you want to generate Ontology and Pathway Graphs, Please install GraphViz and add it to PATH.
See https://graphviz.org/download/ for more information.
gui.run_gui()
Expected behavior
No response
Screenshots
How did you install RNAlysis?
installed via pip/Python
RNAlysis version
3.10
Operating system
Rocky linux \ docker container of ubuntu
Additional context
No response
