Add package_names_hashed param for rule phone_application_categories.
parent
a6bc0a90d1
commit
f261286542
|
@ -185,6 +185,7 @@ rule phone_application_categories:
|
|||
catalogue_file = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["CATALOGUE_FILE"],
|
||||
update_catalogue_file = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["UPDATE_CATALOGUE_FILE"],
|
||||
scrape_missing_genres = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["SCRAPE_MISSING_CATEGORIES"]
|
||||
package_names_hashed = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["PACKAGE_NAMES_HASHED"]
|
||||
output:
|
||||
"data/raw/{pid}/phone_applications_{type}_with_datetime_with_categories.csv"
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue