Hi,
With the most updated version of conda and bioconda, ReMixT pipeline fails when running samtools with the following error:
samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
This is due to the recent transition to OpenSSL 1.1.1 in bioconda. To solve this issue, samtools must be updated at least to the following version:
conda install samtools=1.9=*_11
Would be possible to add this update version of samtools to the conda distribution of remixt?
Hi,
With the most updated version of conda and bioconda, ReMixT pipeline fails when running
samtoolswith the following error:This is due to the recent transition to OpenSSL 1.1.1 in bioconda. To solve this issue,
samtoolsmust be updated at least to the following version:Would be possible to add this update version of samtools to the
condadistribution ofremixt?