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
I've been trying to make Mitofinder work with metaspades, using mitofinder's container on singularity. I couldn't install directly singularity and so I installed it via conda (Singularity version 3.8.7) on an environment loaded with python 2.7.
But I am getting this error in the metaspades log: /opt/conda/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
I get that the issue is probably with my singularity and the binding process, but I'm not sure how to tackle this.
Hi everyone.
I've been trying to make Mitofinder work with metaspades, using mitofinder's container on singularity. I couldn't install directly singularity and so I installed it via conda (Singularity version 3.8.7) on an environment loaded with python 2.7.
I am running the following command:
But I am getting this error in the metaspades log:
/opt/conda/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
I get that the issue is probably with my singularity and the binding process, but I'm not sure how to tackle this.
Here is the full .log from metaspades
spades.log
Any help would be much appreciated.
Thanks
PS: when I try to run the script "compress_all.py" from the singularity shell through the container it does seem to work by itself...
The text was updated successfully, but these errors were encountered: