Skip to content

Commit

Permalink
Move all rule to main Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphtrs committed Sep 20, 2023
1 parent 7069429 commit 8b5476e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 0 additions & 6 deletions rules/collect.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit 8b5476e

Please sign in to comment.