From 4f0737e1f17fe4a171469f304d4565906dea42d4 Mon Sep 17 00:00:00 2001 From: Anshuman Raina Date: Mon, 4 Nov 2024 21:00:16 -0500 Subject: [PATCH] Added changes --- benchmark/config.slurm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/config.slurm b/benchmark/config.slurm index 945fc64..4ac3726 100644 --- a/benchmark/config.slurm +++ b/benchmark/config.slurm @@ -15,7 +15,7 @@ rm -rf $R_LIBS_USER/00LOCK-* export LC_ALL=C export R_LIBS_USER=/home/raina.ans/R/x86_64-pc-linux-gnu-library/4.2 -module load R/4.2.1 +module load R/4.2.0 Rscript -e "if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager', lib = Sys.getenv('R_LIBS_USER'), repos = 'https://cloud.r-project.org', version = '3.16', force = TRUE); \ BiocManager::install('MSstats', lib = Sys.getenv('R_LIBS_USER'), update = FALSE); \ BiocManager::install('MSstatsConvert', lib = Sys.getenv('R_LIBS_USER'), update = FALSE); \