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 want to share a problem that I am unsure how to solve.
Initially, I have effectively installed the Nanopolish onto the cluster that is currently under my purview, adhering to the provided documentation. Moreover, I have successfully integrated Nanopolish within a Singularity container, achieving the construction of a functional container image. Although, I have encountered a notable error. Specifically, when attempting to execute the Nanopolish utility for the purpose of indexing FAST5 files utilizing a FASTQ file, an error emerges, ./nanopolish: /lib64/libm.so.6: version GLIBC_2.29' not found (required by ./nanopolish)
./nanopolish: /opt/ohpc/pub/compiler/gcc/9.3.0/lib64/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by ./nanopolish) ./nanopolish: /lib64/libc.so.6: version GLIBC_2.33' not found (required by ./nanopolish)
./nanopolish: /lib64/libc.so.6: version GLIBC_2.34' not found (required by ./nanopolish)
I am unsure what I am missing here to get nanopolish to perform the desired tasks.
Thank you for your time and consideration!
Grant
The text was updated successfully, but these errors were encountered:
Hello,
I want to share a problem that I am unsure how to solve.
Initially, I have effectively installed the Nanopolish onto the cluster that is currently under my purview, adhering to the provided documentation. Moreover, I have successfully integrated Nanopolish within a Singularity container, achieving the construction of a functional container image. Although, I have encountered a notable error. Specifically, when attempting to execute the Nanopolish utility for the purpose of indexing FAST5 files utilizing a FASTQ file, an error emerges,
./nanopolish: /lib64/libm.so.6: version
GLIBC_2.29' not found (required by ./nanopolish)./nanopolish: /opt/ohpc/pub/compiler/gcc/9.3.0/lib64/libstdc++.so.6: version
GLIBCXX_3.4.29' not found (required by ./nanopolish) ./nanopolish: /lib64/libc.so.6: version
GLIBC_2.33' not found (required by ./nanopolish)./nanopolish: /lib64/libc.so.6: version
GLIBC_2.34' not found (required by ./nanopolish)
I am unsure what I am missing here to get nanopolish to perform the desired tasks.
Thank you for your time and consideration!
Grant
The text was updated successfully, but these errors were encountered: