From 1c8e8ac7e5ce4a1444e38b1b7e29007f7e46f534 Mon Sep 17 00:00:00 2001 From: Pavel Tomanek Date: Mon, 2 Dec 2024 10:33:53 +0100 Subject: [PATCH 1/2] add SimBu to R-bundle-Bioconductor --- .../R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb b/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb index 7d2ebad2d77..b0327bb008c 100644 --- a/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb +++ b/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb @@ -1361,6 +1361,9 @@ exts_list = [ ('ChIPseeker', '1.38.0', { 'checksums': ['a0d4710fccda620b750f933916acac6d12999a077e1c17632d8823848a2fa82f'], }), + ('SimBu', '1.4.3', { + 'checksums': ['c32c0b5cf71b7b8e13b52739e34993c1e7df8bf9d40fc9d3d5e1df4048468bfe'], + }), ] modextrapaths = {'R_LIBS_SITE': ''} @@ -1370,4 +1373,4 @@ sanity_check_paths = { 'dirs': ['AnnotationDbi', 'BiocManager', 'GenomicFeatures'], } -moduleclass = 'bio' +moduleclass = 'bio' \ No newline at end of file From e9a36171c68414f933ab1afa03b32422491f0f96 Mon Sep 17 00:00:00 2001 From: Pavel Tomanek <99190809+pavelToman@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:38:12 +0100 Subject: [PATCH 2/2] Update R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb - end newline --- .../R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb b/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb index b0327bb008c..40ffdbcb3a4 100644 --- a/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb +++ b/easybuild/easyconfigs/r/R-bundle-Bioconductor/R-bundle-Bioconductor-3.18-foss-2023a-R-4.3.2.eb @@ -1373,4 +1373,4 @@ sanity_check_paths = { 'dirs': ['AnnotationDbi', 'BiocManager', 'GenomicFeatures'], } -moduleclass = 'bio' \ No newline at end of file +moduleclass = 'bio'