From d57ab2613bdcf834790e12f9113d517a8d2ca15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20W=C3=B6ste?= Date: Tue, 19 Oct 2021 15:46:21 +0200 Subject: [PATCH] Pin openssl to 1.1.1l in snakemake R environment Since release of openssl 3.0 there were plenty of issues with some R packages. For the time being, the easiest solution is to just pin openssl to 1.1.1l until incompatibilities were fixed. --- snakemake_wrapper/envs/r.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snakemake_wrapper/envs/r.yaml b/snakemake_wrapper/envs/r.yaml index cefe92e..31ec9bb 100644 --- a/snakemake_wrapper/envs/r.yaml +++ b/snakemake_wrapper/envs/r.yaml @@ -14,3 +14,4 @@ dependencies: - bioconductor-genomicranges - bioconductor-methylseekr - bioconductor-rtracklayer + - openssl==1.1.1l