From 93d462831dc1e216f7144fe7289e881e495793af Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 16 Feb 2023 11:51:39 +0100 Subject: [PATCH] uncomment shutil --- Snakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"