- ${srun} $< --command 'Rscript 02_indep_differential.R' --arg_dict '{"N":${Ns},"m":${ms}, "seed":${seeds}, "outfile":["robustness_4.feather"],"y_explained_variance":${explained_variances}, "Bzy":[-0.3],"Bxy":[0.3],"Bzx":[0.3], "outcome_formula":["y~x+z"], "proxy_formula":["w_pred~y+x"], "truth_formula":["x~z"], "prediction_accuracy":[0.85],y_bias=[-0.1,0]}' --outfile $@
-
-START=0
-END_1=$(shell cat robustness_4_jobs_p1 | wc -l)
-END_2=$(shell cat robustness_4_jobs_p2 | wc -l)
-END_3=$(shell cat robustness_4_jobs_p3 | wc -l)
-END_4=$(shell cat robustness_4_jobs_p3 | wc -l)
-
-STEP=1000
-ONE=1
-ITEMS_1=$(shell seq $(START) $(STEP) $(END_1))
-ITEMS_2=$(shell seq $(START) $(STEP) $(END_2))
-ITEMS_3=$(shell seq $(START) $(STEP) $(END_3))
-ITEMS_4=$(shell seq $(START) $(STEP) $(END_4))
+ ${srun} $< --command 'Rscript 02_indep_differential.R' --arg_dict '{"N":${Ns},"m":${ms}, "seed":${seeds}, "outfile":["robustness_4.feather"],"y_explained_variance":${explained_variances}, "Bzy":[-0.3],"Bxy":[0.3],"Bzx":[0.3], "outcome_formula":["y~x+z"], "proxy_formula":["w_pred~y+x"], "truth_formula":["x~z"], "prediction_accuracy":[0.85],"y_bias":[-0.1,0]}' --outfile $@