From 6e1f2c8648f84a736b886b35aaa75a057018de3e Mon Sep 17 00:00:00 2001 From: Sanjay C Nagi Date: Fri, 19 Feb 2021 17:05:35 +0000 Subject: [PATCH] version 0.2.0 --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index 32ce325..6e781d8 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -18,7 +18,7 @@ samples = metadata.samples mutationData = pd.read_csv(config['IRmutations']['path'], sep="\t") if config['IRmutations']['activate'] else [] include: "rules/common.smk" -welcome(version="v0.1.0") +welcome(version="v0.2.0") include: "rules/qc.smk" include: "rules/diff.smk" include: "rules/variantCalling.smk"