From f3872c943306f8a4b88b56c6968962334ee44a0b Mon Sep 17 00:00:00 2001 From: virio-andreyana <114650479+virio-andreyana@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:45:28 +0200 Subject: [PATCH] Update copy_config.py insert the new path for config for the copying process, solve the error in rule copy_config --- scripts/copy_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy_config.py b/scripts/copy_config.py index c79e578c..06531f03 100644 --- a/scripts/copy_config.py +++ b/scripts/copy_config.py @@ -13,7 +13,7 @@ from shutil import copy import yaml files = { - "config.yaml": "config.yaml", + "configs/config.yaml": "config.yaml", "Snakefile": "Snakefile", "scripts/solve_network.py": "solve_network.py", "scripts/prepare_sector_network.py": "prepare_sector_network.py",