Skip to content

Commit

Permalink
Added changes for R version explicit definition in slurm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Nov 5, 2024
1 parent 0e35bc9 commit 8237878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/config.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export R_LIBS_USER=/home/raina.ans/R/x86_64-pc-linux-gnu-library/4.2-geospatial

mkdir -p $R_LIBS_USER

module load R/4.4.0
module load R
Rscript -e "if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager', lib = Sys.getenv('R_LIBS_USER'), repos = 'https://cloud.r-project.org'); \
BiocManager::install('MSstats', lib = Sys.getenv('R_LIBS_USER'), update = FALSE); \
BiocManager::install('MSstatsConvert', lib = Sys.getenv('R_LIBS_USER'), update = FALSE); \
Expand Down

0 comments on commit 8237878

Please sign in to comment.