Skip to content

Commit

Permalink
Changed order
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Jan 26, 2025
1 parent 5edd0c9 commit 2505bca
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 @@ -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
Expand Down

0 comments on commit 2505bca

Please sign in to comment.