Skip to content

Commit

Permalink
Pin openssl to 1.1.1l in snakemake R environment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Marius Wöste committed Oct 19, 2021
1 parent 8635a9a commit d57ab26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_wrapper/envs/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ dependencies:
- bioconductor-genomicranges
- bioconductor-methylseekr
- bioconductor-rtracklayer
- openssl==1.1.1l

0 comments on commit d57ab26

Please sign in to comment.