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:
parent
d10ff9bdf1
commit
f3872c9433
@ -13,7 +13,7 @@ from shutil import copy
|
|||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
files = {
|
files = {
|
||||||
"config.yaml": "config.yaml",
|
"configs/config.yaml": "config.yaml",
|
||||||
"Snakefile": "Snakefile",
|
"Snakefile": "Snakefile",
|
||||||
"scripts/solve_network.py": "solve_network.py",
|
"scripts/solve_network.py": "solve_network.py",
|
||||||
"scripts/prepare_sector_network.py": "prepare_sector_network.py",
|
"scripts/prepare_sector_network.py": "prepare_sector_network.py",
|
||||||
|
Loading…
Reference in New Issue
Block a user