Update copy_config.py

insert the new path for config for the copying process, solve the error in rule copy_config
This commit is contained in:
virio-andreyana 2023-04-12 02:45:28 +02:00 committed by GitHub
parent d10ff9bdf1
commit f3872c9433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",