From 28699896e40624a400621a88d696adf8759b8841 Mon Sep 17 00:00:00 2001 From: magdalenazz Date: Wed, 17 Jul 2024 14:55:12 +0200 Subject: [PATCH] bug: linting --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index 7080b79..001dbdd 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -5,7 +5,7 @@ __license__ = "GPL-3" include: "rules/common.smk" -#include: "rules/longqc.smk" not finished rule +# include: "rules/longqc.smk" not finished rule include: "rules/fastqc.smk" include: "rules/gatk.smk" include: "rules/mosdepth.smk"