diff --git a/Snakefile b/Snakefile index 0e783beb..4bdc40f3 100644 --- a/Snakefile +++ b/Snakefile @@ -46,6 +46,12 @@ wildcard_constraints: sector_opts="[-+a-zA-Z0-9\.\s]*", +rule all: + input: + RESULTS + "graphs/costs.pdf", + default_target: True + + include: "rules/common.smk" include: "rules/collect.smk" include: "rules/retrieve.smk" diff --git a/rules/collect.smk b/rules/collect.smk index 74f26ccb..0c713e5a 100644 --- a/rules/collect.smk +++ b/rules/collect.smk @@ -14,12 +14,6 @@ localrules: plot_networks, -rule all: - input: - RESULTS + "graphs/costs.pdf", - default_target: True - - rule cluster_networks: input: expand(RESOURCES + "networks/elec_s{simpl}_{clusters}.nc", **config["scenario"]),