Skip to content

Commit

Permalink
Bug-fix Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyxng committed Jun 11, 2024
1 parent 0a39ce1 commit afb9e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit afb9e52

Please sign in to comment.