From ba974ede86424e9a46204cdde311e223edcfb9a3 Mon Sep 17 00:00:00 2001 From: Sanjay C Nagi Date: Mon, 14 Feb 2022 14:54:56 +0000 Subject: [PATCH] changing workflow version to v.0.8.0 --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index 45f6cf9..b7d3cd3 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -23,7 +23,7 @@ else: mutationData = pd.DataFrame({"Name": ["KDR"], "mut":["995F"], "Location": ["2L-28xxxxx"]}) # ignore this, just an dummy df for snakemake include: "rules/common.smk" -welcome(version="v0.7.0") +welcome(version="v0.8.0") include: "rules/qc.smk" include: "rules/diff.smk" include: "rules/variantsOfInterest.smk"