diff --git a/rules/preprocessing.smk b/rules/preprocessing.smk index c628e2ee..d5bfae96 100644 --- a/rules/preprocessing.smk +++ b/rules/preprocessing.smk @@ -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: