1
0

update real data examples code and rerun project.

This commit is contained in:
2023-01-11 10:59:50 -08:00
parent c066f900d3
commit c45ea9dfeb
7 changed files with 306 additions and 170 deletions

View File

@@ -1,6 +1,14 @@
qall: iv_perspective_example.RDS dv_perspective_example.RDS
srun_1core=srun -A comdata -p compute-bigmem --mem=4G --time=12:00:00 -c 1 --pty /usr/bin/bash -l
srun=srun -A comdata -p compute-bigmem --mem=4G --time=12:00:00 --pty /usr/bin/bash -l
perspective_scores.csv: perspective_json_to_csv.sh perspective_results.json
$(srun_1core) ./$^ $@
iv_perspective_example.RDS: 02_iv_example.R perspective_scores.csv
$(srun) Rscript $<
dv_perspective_example.RDS: 01_dv_example.R perspective_scores.csv
$(srun) Rscript $<