Bug fix Snakefile: rule all input updated to 'graphs/costs.svg'.

This commit is contained in:
Bobby Xiong 2024-06-11 15:36:51 +02:00
parent 0db78a93e6
commit 1b0ef5ebd5

View File

@ -73,7 +73,7 @@ if config["foresight"] == "perfect":
rule all: rule all:
input: input:
expand(RESULTS + "graphs/costs.pdf", run=config["run"]["name"]), expand(RESULTS + "graphs/costs.svg", run=config["run"]["name"]),
default_target: True default_target: True