Skip to content

Commit

Permalink
Added changes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Nov 3, 2024
1 parent caa633d commit c146ae8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions benchmark/config.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
#SBATCH --partition=short # Use the 'short' partition (or change as needed)

module load R
Rscript -e "if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager'); \
BiocManager::install('MSstats', update = FALSE); \
BiocManager::install('MSstatsConvert', update = FALSE); \
install.packages('ggplot2', repos = 'https://cloud.r-project.org'); \
install.packages('stringr', repos = 'https://cloud.r-project.org'); \
install.packages('dplyr', repos = 'https://cloud.r-project.org')"
Rscript benchmark.R

0 comments on commit c146ae8

Please sign in to comment.