Change barnett location features file name

replace/3b99249208aad6023d894ccfd2f3ae87a9ba5eee
JulioV 2019-11-06 12:32:35 -05:00
parent 911e183c26
commit 09ed38d0e7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ rule all:
call_type = config["COM_CALL"]["CALL_TYPE_TAKEN"],
segment = config["COM_CALL"]["DAY_SEGMENTS"],
metric = config["COM_CALL"]["METRICS_TAKEN"]),
expand("data/processed/{pid}/location_barnett_metrics.csv", pid=config["PIDS"]),
expand("data/processed/{pid}/location_barnett.csv", pid=config["PIDS"]),
expand("data/processed/{pid}/bluetooth_{segment}.csv",
pid=config["PIDS"],
segment = config["BLUETOOTH"]["DAY_SEGMENTS"]),

View File

@ -37,7 +37,7 @@ rule location_barnett_metrics:
accuracy_limit = config["BARNETT_LOCATION"]["ACCURACY_LIMIT"],
timezone = config["BARNETT_LOCATION"]["TIMEZONE"]
output:
"data/processed/{pid}/location_barnett_metrics.csv"
"data/processed/{pid}/location_barnett.csv"
script:
"../src/features/location_barnett_metrics.R"