uncomment shutil

This commit is contained in:
Fabian Neumann 2023-02-16 11:51:39 +01:00
parent 9c1182fe96
commit 93d462831d

View File

@ -9,8 +9,8 @@ from snakemake.remote.HTTP import RemoteProvider as HTTPRemoteProvider
HTTP = HTTPRemoteProvider() HTTP = HTTPRemoteProvider()
# if not exists("config.yaml"): if not exists("config.yaml"):
# copyfile("config.default.yaml", "config.yaml") copyfile("config.default.yaml", "config.yaml")
configfile: "config.yaml" configfile: "config.yaml"