From cb3f850c24bdb1c84afaf4902b33061c4460a42d Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Thu, 30 Jun 2022 23:01:07 -0700 Subject: [PATCH] fix bug in makefile --- simulations/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simulations/Makefile b/simulations/Makefile index 6f6ff5b..2b18fea 100644 --- a/simulations/Makefile +++ b/simulations/Makefile @@ -39,11 +39,10 @@ example_3.feather: example_3_jobs sbatch --wait --verbose --array=1-3000 run_simulation.sbatch 0 example_3_jobs sbatch --wait --verbose --array=3001-6000 run_simulation.sbatch 0 example_3_jobs -remembr.RDS:example_2_B.feather example_1.feather example_2.feather example_3.feather +remembr.RDS:example_1.feather example_2.feather example_3.feather ${srun} Rscript plot_example.R --infile example_1.feather --name "plot.df.example.1" ${srun} Rscript plot_example.R --infile example_2.feather --name "plot.df.example.2" ${srun} Rscript plot_dv_example.R --infile example_3.feather --name "plot.df.example.3" -# ${srun} Rscript plot_example.R --infile example_2_B.feather --name "plot.df.example.2B" clean: rm *.feather -- 2.39.2