From 1b0ef5ebd57d4b638be6e1ecc516d8c7daef0dc1 Mon Sep 17 00:00:00 2001 From: Bobby Xiong Date: Tue, 11 Jun 2024 15:36:51 +0200 Subject: [PATCH] Bug fix Snakefile: rule all input updated to 'graphs/costs.svg'. --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 412d520d..be2545ad 100644 --- a/Snakefile +++ b/Snakefile @@ -73,7 +73,7 @@ if config["foresight"] == "perfect": rule all: input: - expand(RESULTS + "graphs/costs.pdf", run=config["run"]["name"]), + expand(RESULTS + "graphs/costs.svg", run=config["run"]["name"]), default_target: True