X-Git-Url: https://code.communitydata.science/ml_measurement_error_public.git/blobdiff_plain/c42b94110b18264fdd66ada100ee05232b7b81bb..3d1964b806106d76f13301f0cf6dccf35cd7d66c:/civil_comments/Makefile diff --git a/civil_comments/Makefile b/civil_comments/Makefile new file mode 100644 index 0000000..3c331c2 --- /dev/null +++ b/civil_comments/Makefile @@ -0,0 +1,6 @@ +srun_1core=srun -A comdata -p compute-bigmem --mem=4G --time=12:00:00 -c 1 --pty /usr/bin/bash -l +perspective_scores.csv: perspective_json_to_csv.sh perspective_results.json + $(srun_1core) ./$^ $@ + + +