Add the file for population model to Snakefile.

labels
junos 2022-04-12 14:11:40 +02:00
parent f5688f6154
commit 570d2eb656
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ if config["PARAMS_FOR_ANALYSIS"]["BASELINE"]["COMPUTE"]:
# Targets (labels)
if config["PARAMS_FOR_ANALYSIS"]["TARGET"]["COMPUTE"]:
files_to_compute.extend(expand("data/processed/models/individual_model/{pid}/input.csv", pid=config["PIDS"]))
files_to_compute.extend("data/processed/models/population_model/input.csv")
rule all:
input: