Move all rule to main Snakefile

This commit is contained in:
chrstphtrs 2023-09-20 19:33:44 +02:00
parent 706942957b
commit 8b5476e273
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"]),