uncomment shutil
This commit is contained in:
parent
9c1182fe96
commit
93d462831d
@ -9,8 +9,8 @@ from snakemake.remote.HTTP import RemoteProvider as HTTPRemoteProvider
|
||||
|
||||
HTTP = HTTPRemoteProvider()
|
||||
|
||||
# if not exists("config.yaml"):
|
||||
# copyfile("config.default.yaml", "config.yaml")
|
||||
if not exists("config.yaml"):
|
||||
copyfile("config.default.yaml", "config.yaml")
|
||||
|
||||
|
||||
configfile: "config.yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user