Skip to content

Commit

Permalink
Added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Nov 5, 2024
1 parent 62235e2 commit 4f0737e
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 @@ -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); \
Expand Down

0 comments on commit 4f0737e

Please sign in to comment.