From 3ffc0744eb93b3f0f690f792507bb536cbe1293b Mon Sep 17 00:00:00 2001 From: Taylor Arnold Date: Thu, 28 May 2020 09:51:28 +0200 Subject: [PATCH] Update params.json.template --- _template_r/params.json.template | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/_template_r/params.json.template b/_template_r/params.json.template index 484238347..867879dc9 100644 --- a/_template_r/params.json.template +++ b/_template_r/params.json.template @@ -2,22 +2,5 @@ "start_date": "2020-05-08", "end_date": "2020-05-15", "static_dir": "./static", - "export_dir": "./receiving", - "cache_dir": "./cache", - "archive_dir": "./archive", - "individual_dir": "./individual", - "weights_in_dir": "./weights_in", - "weights_out_dir": "./weights_out", - "input_dir": "./input", - "input": [ - "2020-05-15.2020-05-08.2020-05-15.Survey_of_COVID-Like_Illness_-_TODEPLOY_......_-_US_Expansion.csv" - ], - "output": [ - "cids", - "individual", - "covidalert", - "archive", - "community" - ], - "debug": true + "export_dir": "./receiving" }