Corrections for start scripts
Compare changes
Files
2+ 1
− 1
@@ -55,7 +55,7 @@ submit <- function(cfg) {
@@ -55,7 +55,7 @@ submit <- function(cfg) {
system(paste0("sbatch --job-name=",cfg$title," --output=",cfg$title,".out --mail-type=END --comment=REMIND --wrap=\"Rscript prepare_and_run.R \" ",cfg$slurmConfig))