From 3954f4a526ec60989ff1e1aec5f0150f23395021 Mon Sep 17 00:00:00 2001 From: riasc Date: Wed, 9 Aug 2023 11:12:50 -0500 Subject: [PATCH] missing configfile in test causes issues --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index 44ab717..457af2d 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -4,7 +4,7 @@ from snakemake.utils import min_version min_version("6.4.1") #### setup ####### -#configfile: "config/config.yaml" +configfile: "config/config.yaml" #### load rules #### include: "rules/ref.smk"