Incorporate mulitple timezones into RAPIDS.
parent
f0d29d0d1a
commit
0b8a493ff2
|
@ -13,6 +13,14 @@ rule query_device_empatica_ids:
|
||||||
script:
|
script:
|
||||||
"../../participants/prepare_usernames_file.py"
|
"../../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:
|
rule prepare_participants_csv:
|
||||||
input:
|
input:
|
||||||
username_list = config["CREATE_PARTICIPANT_FILES"]["USERNAMES_CSV"]
|
username_list = config["CREATE_PARTICIPANT_FILES"]["USERNAMES_CSV"]
|
||||||
|
|
Loading…
Reference in New Issue