pass in filename of remember file.
This commit is contained in:
parent
deb522788e
commit
414ab4edc1
@ -17,7 +17,7 @@ joblists:example_1_jobs example_2_jobs example_3_jobs
|
||||
grid_sweep_script=../simulations/grid_sweep.py
|
||||
|
||||
example_1_jobs: 01_indep_differential.R simulation_base.R ${grid_sweep_script} skx_dev.sbatch ../misclassificationmodels
|
||||
${srun} uv run ${grid_sweep_script} --command "Rscript 01_indep_differential.R" --arg_dict '{"N":${Ns},"m":${ms},"seed":${seeds},"outfile":["example_1.feather"],"y_explained_variance":${explained_variances},"Bzx":[1]}' --outfile example_1_jobs
|
||||
${srun} uv run ${grid_sweep_script} --command "Rscript 01_indep_differential.R" --arg_dict '{"N":${Ns},"m":${ms},"seed":${seeds},"outfile":["example_1.feather"],"y_explained_variance":${explained_variances},"Bzx":[1]}' --outfile example_1_jobs --remember_file=remember_grid_sweep.rds
|
||||
|
||||
example_1.feather: example_1_jobs my_pylauncher.py
|
||||
sbatch -J "multiple iv measerr correction" spr_2.sbatch my_pylauncher.py $< --cores 1
|
||||
|
Loading…
Reference in New Issue
Block a user