Update Snakefile
This commit is contained in:
parent
be1989fe29
commit
d10ff9bdf1
@ -14,11 +14,11 @@ from snakemake.utils import min_version
|
||||
min_version("7.7")
|
||||
|
||||
|
||||
if not exists("config.yaml"):
|
||||
copyfile("config.default.yaml", "config.yaml")
|
||||
if not exists("configs/config.yaml"):
|
||||
copyfile("configs/config.default.yaml", "configs/config.yaml")
|
||||
|
||||
|
||||
configfile: "config.yaml"
|
||||
configfile: "configs/config.yaml"
|
||||
|
||||
|
||||
COSTS = f"data/costs_{config['costs']['year']}.csv"
|
||||
|
Loading…
Reference in New Issue
Block a user