Incorporate mulitple timezones into RAPIDS.

labels
junos 2021-12-01 18:20:27 +01:00
parent f0d29d0d1a
commit 0b8a493ff2
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ rule query_device_empatica_ids:
script:
"../../participants/prepare_usernames_file.py"
rule prepare_tzcodes_file:
input:
timezone_file = "data/external/timezone.csv"
output:
tzcodes_file = "data/external/multiple_timezones.csv"
script:
"../tools/create_multi_timezones_file.py"
rule prepare_participants_csv:
input:
username_list = config["CREATE_PARTICIPANT_FILES"]["USERNAMES_CSV"]