Skip to content

Commit

Permalink
Move all rule down to other rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphtrs committed Sep 22, 2023
1 parent 8b5476e commit 138584e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ 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 All @@ -72,6 +66,12 @@ if config["foresight"] == "myopic":
include: "rules/solve_myopic.smk"


rule all:
input:
RESULTS + "graphs/costs.pdf",
default_target: True


rule purge:
message:
"Purging generated resources, results and docs. Downloads are kept."
Expand Down

0 comments on commit 138584e

Please sign in to comment.