From 0894a36ee7554309e6d81ec2741702767bec1317 Mon Sep 17 00:00:00 2001 From: Jack Chaillet Date: Fri, 29 Apr 2022 09:31:31 -0400 Subject: [PATCH] new runs --- batchRuns/submitODE.sbatch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batchRuns/submitODE.sbatch b/batchRuns/submitODE.sbatch index dee6091..c9de1c4 100755 --- a/batchRuns/submitODE.sbatch +++ b/batchRuns/submitODE.sbatch @@ -3,7 +3,7 @@ #SBATCH --time=2:00:00 #SBATCH --output=errMsg/oneLoucs_%A_%a.out #SBATCH --error=errMsg/oneLoucs_%A_%a.err -#SBATCH --array=1-42 +#SBATCH --array=11-336 #SBATCH --tasks=1 #SBATCH --cpus-per-task=1 #SBATCH --mem-per-cpu=10000 @@ -15,5 +15,5 @@ echo "My SLURM_ARRAY_TASK_ID: " $SLURM_ARRAY_TASK_ID module load r/4.1.2 -Rscript ODESGeneralizedImmunity.R ParamListGen.csv $SLURM_ARRAY_TASK_ID ./ +Rscript GeneralizedImmunityExp1.R ParamListGen-1.csv $SLURM_ARRAY_TASK_ID ./ $SLURM_JOB_ID