From 87a61d6d9123ddc00f5a3887d5b4972ffb4eb394 Mon Sep 17 00:00:00 2001 From: LiaOb21 Date: Tue, 27 Feb 2024 22:06:48 +0000 Subject: [PATCH] changing directory of config file in Snakefile --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index e5192f5..3f3327e 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -7,7 +7,7 @@ # Main Snakefile # set config file where you can specify your inputs -configfile: "config/config.yaml" +configfile: "../config/config.yaml" # import glob to read {sample} import glob