From c34db039005fde3e3c4f719aaa4f4d1388351749 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 13 Jan 2025 21:15:28 +0100 Subject: [PATCH] add seqPattern, genomation, ChIPseeker, SimBu extensions to R-bundle-Bioconductor v3.19 --- .../R-bundle-Bioconductor-3.19-foss-2023b-R-4.4.1.eb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.19-foss-2023b-R-4.4.1.eb b/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.19-foss-2023b-R-4.4.1.eb index f426b6ffbc5..31a8d34d40c 100644 --- a/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.19-foss-2023b-R-4.4.1.eb +++ b/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.19-foss-2023b-R-4.4.1.eb @@ -1350,6 +1350,18 @@ exts_list = [ ('plyranges', '1.24.0', { 'checksums': ['a8505d774d0cf9c1488205343abd1817dd5d016082597bb173d002d496a10566'], }), + ('seqPattern', '1.36.0', { + 'checksums': ['069625ed7b2ccdaeba935378da8bb5546303fff586c700e99320a21f346c6047'], + }), + ('genomation', '1.36.0', { + 'checksums': ['440600e76f82572d52e1e3b3036bb1713aebe3ed4b4341f448f81c35a721dead'], + }), + ('ChIPseeker', '1.40.0', { + 'checksums': ['2e48e504702eb6bd6cc14c8e5f12e9836d7b1e4af4dc1be44644be7da6b43302'], + }), + ('SimBu', '1.6.0', { + 'checksums': ['eb9eb8e5308ac3125db47bfa5f9f40aa9a51b1d3dd129e1e6891282a47305ed5'], + }), ] modextrapaths = {'R_LIBS_SITE': ''}