diff --git a/Snakefile b/Snakefile index cf6eca97..0ebfe89d 100644 --- a/Snakefile +++ b/Snakefile @@ -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"