Hello,
I have samtools version 1.12 h9aed4be_1 bioconda
I have installed bcftools version 1.8 h4da6232_3 bioconda
and when I try to run bcftools I get :
"bcftools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory"
My channels order is:
conda config --show channels channels:
- conda-forge
- bioconda
- defaults
- nvidia
what can I do?
what does
tell you?
ldconfig -p | grep libcrypto
did you try jared.andrews07 's installation instructions?
I am working with a remote server of the university so I don't have the option to use sudo apt .. I usually use conda install
I tried ...conda install -c anaconda openssl