From 38869ef7327f0773f050008e5e57d1bc9cd9183e Mon Sep 17 00:00:00 2001 From: Sanjay Curtis Nagi <34922269+sanjaynagi@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:59:20 +0000 Subject: [PATCH] Update Snakefile --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index c08714e..35e69b4 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -19,7 +19,7 @@ if config['VariantsOfInterest']['activate']: mutationData = pd.read_csv(config["VariantsOfInterest"]["path"], sep="\t") include: "rules/variantsOfInterest.smk" -welcome(version="v2.1.0") +welcome(version="v2.3.0") include: "rules/qc.smk" include: "rules/diffexp.smk"