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
ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/yuriem/.local/lib/python3.9/site-packages/pyBigWig.cpython-39-x86_64-linux-gnu.so)
#336
Open
imendes93 opened this issue
Nov 29, 2022
· 3 comments
Command error:
Traceback (most recent call last):
File "/opt/conda/envs/splicing-pipelines-nf/bin/bamCoverage", line 5, in<module>
from deeptools.bamCoverage import main
File "/opt/conda/envs/splicing-pipelines-nf/lib/python3.9/site-packages/deeptools/bamCoverage.py", line 8, in<module>
from deeptools import writeBedGraph # This should be made directly into a bigWig
File "/opt/conda/envs/splicing-pipelines-nf/lib/python3.9/site-packages/deeptools/writeBedGraph.py", line 5, in<module>
import pyBigWig
ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/yuriem/.local/lib/python3.9/site-packages/pyBigWig.cpython-39-x86_64-linux-gnu.so)
The text was updated successfully, but these errors were encountered:
Changing permissions on the singularity cache at "/projects/anczukow-lab/.singularity_cache/"
Adding --singularity_cache . \ to the main.pbs (This did not seem to overwrite the Sumner config!)
Changing the cacheDir in the Sumner config to "./.singularity_cache/"
This did not fix the error above.
angarb
changed the title
Update STAR container with latest version
ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/yuriem/.local/lib/python3.9/site-packages/pyBigWig.cpython-39-x86_64-linux-gnu.so)
Dec 1, 2022
Christina and I had a debugging session - we were able to get inside the container and reproduce the error.
Singularity anczukowlab-splicing-pipelines-nf-3.0.img:/projects/anczukow-lab/yuriem/splicing_pipeline/splicing-pipelines-nf/work/6b/b497c8d890017cbc15b297d720b253> bamCoverage -b SRR4238359.Aligned.sortedByCoord.out.bam -o SRR4238359.bw
Traceback (most recent call last):
File "/opt/conda/envs/splicing-pipelines-nf/bin/bamCoverage", line 5, in
from deeptools.bamCoverage import main
File "/opt/conda/envs/splicing-pipelines-nf/lib/python3.9/site-packages/deeptools/bamCoverage.py", line 8, in
from deeptools import writeBedGraph # This should be made directly into a bigWig
File "/opt/conda/envs/splicing-pipelines-nf/lib/python3.9/site-packages/deeptools/writeBedGraph.py", line 5, in
import pyBigWig
ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/yuriem/.local/lib/python3.9/site-packages/pyBigWig.cpython-39-x86_64-linux-gnu.so)
which bamCoverage
/opt/conda/envs/splicing-pipelines-nf/bin/bamCoverage
which deeptools
/opt/conda/envs/splicing-pipelines-nf/bin/deeptools
Possibly fix this issue
The text was updated successfully, but these errors were encountered: