diff --git a/workflow/Snakefile b/workflow/Snakefile index f037d9d..c409bba 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -91,7 +91,7 @@ onstart: # write the config to the output directory for reproducibility if not os.path.exists("configs"): os.mkdir("configs") - with open(f"configs/{timestamp}_pull_resources_config.yaml", "w") as configfile: + with open(f"configs/{timestamp}_config.yaml", "w") as configfile: yaml.dump(config, configfile, default_flow_style=False)