From 2505bcafdf2e826e80edea7998579751e888d1c5 Mon Sep 17 00:00:00 2001 From: Anshuman Raina Date: Sun, 26 Jan 2025 15:43:19 -0500 Subject: [PATCH] Changed order --- benchmark/config.slurm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/config.slurm b/benchmark/config.slurm index 45d89a2b..4f9780ea 100644 --- a/benchmark/config.slurm +++ b/benchmark/config.slurm @@ -27,7 +27,7 @@ remotes::install_github('Vitek-Lab/MSstats', ref = 'devel', lib = Sys.getenv('R_ remotes::install_github('Vitek-Lab/MSstatsConvert', ref = 'master', lib = Sys.getenv('R_LIBS_USER')); \ install.packages(c('dplyr', 'stringr', 'ggplot2'), lib = Sys.getenv('R_LIBS_USER'), repos = 'https://cloud.r-project.org')" -R_SCRIPTS=("benchmark_Puyvelde2022-HYE5600735_LFQ.R" "benchmark_Dowell2021-HEqe408_LFQ.R") +R_SCRIPTS=("benchmark_Dowell2021-HEqe408_LFQ.R" "benchmark_Puyvelde2022-HYE5600735_LFQ.R") for script in "${R_SCRIPTS[@]}"; do echo "Executing script: $script" >> job_output.txt