Merge pull request #741 from PyPSA/fix-all-rule
Move all rule to main Snakefile
This commit is contained in:
commit
0d2aac5dd2
@ -46,6 +46,12 @@ wildcard_constraints:
|
|||||||
sector_opts="[-+a-zA-Z0-9\.\s]*",
|
sector_opts="[-+a-zA-Z0-9\.\s]*",
|
||||||
|
|
||||||
|
|
||||||
|
rule all:
|
||||||
|
input:
|
||||||
|
RESULTS + "graphs/costs.pdf",
|
||||||
|
default_target: True
|
||||||
|
|
||||||
|
|
||||||
include: "rules/common.smk"
|
include: "rules/common.smk"
|
||||||
include: "rules/collect.smk"
|
include: "rules/collect.smk"
|
||||||
include: "rules/retrieve.smk"
|
include: "rules/retrieve.smk"
|
||||||
|
@ -14,12 +14,6 @@ localrules:
|
|||||||
plot_networks,
|
plot_networks,
|
||||||
|
|
||||||
|
|
||||||
rule all:
|
|
||||||
input:
|
|
||||||
RESULTS + "graphs/costs.pdf",
|
|
||||||
default_target: True
|
|
||||||
|
|
||||||
|
|
||||||
rule cluster_networks:
|
rule cluster_networks:
|
||||||
input:
|
input:
|
||||||
expand(RESOURCES + "networks/elec_s{simpl}_{clusters}.nc", **config["scenario"]),
|
expand(RESOURCES + "networks/elec_s{simpl}_{clusters}.nc", **config["scenario"]),
|
||||||
|
Loading…
Reference in New Issue
Block a user