We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running on some Debian-based Linux systems, it's not possible to run samtools 1.7.
samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Samtools is used by SENSV, so the analysis fails.
One solution is to use samtools 1.9 or newer. Link to bioconda issue with information about this: bioconda/bioconda-recipes#13958
I got around it by overriding to use samtools=1.9 and htslib=1.9 in the step-by-step build (Dockerfile here https://github.com/fa2k/dockerfiles/blob/main/SENSV/Dockerfile)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running on some Debian-based Linux systems, it's not possible to run samtools 1.7.
Samtools is used by SENSV, so the analysis fails.
One solution is to use samtools 1.9 or newer. Link to bioconda issue with information about this: bioconda/bioconda-recipes#13958
I got around it by overriding to use samtools=1.9 and htslib=1.9 in the step-by-step build (Dockerfile here https://github.com/fa2k/dockerfiles/blob/main/SENSV/Dockerfile)
The text was updated successfully, but these errors were encountered: