Fix step feature extraction input bug

pull/95/head
Meng Li 2020-06-04 14:40:32 -04:00
parent 085d44123c
commit adb170c3fa
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ rule fitbit_heartrate_features:
rule fitbit_step_features:
input:
steps_data = "data/raw/{pid}/fitbit_steps_with_datetime.csv",
steps_data = "data/raw/{pid}/fitbit_steps_intraday_with_datetime.csv"
params:
day_segment = "{day_segment}",
features_all_steps = config["STEP"]["FEATURES"]["ALL_STEPS"],