fix bug in makefile
This commit is contained in:
parent
cb1e895ff1
commit
cb3f850c24
@ -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=1-3000 run_simulation.sbatch 0 example_3_jobs
|
||||||
sbatch --wait --verbose --array=3001-6000 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_1.feather --name "plot.df.example.1"
|
||||||
${srun} Rscript plot_example.R --infile example_2.feather --name "plot.df.example.2"
|
${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_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:
|
clean:
|
||||||
rm *.feather
|
rm *.feather
|
||||||
|
Loading…
Reference in New Issue
Block a user