From 3134f44dd4be0daccae40d4f679b30e34fdc4e31 Mon Sep 17 00:00:00 2001 From: Mootor Date: Tue, 20 Feb 2024 19:04:40 -0800 Subject: [PATCH] bump pipeline version to v6.0.0 --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 6d7e926..e77404b 100755 --- a/nextflow.config +++ b/nextflow.config @@ -4,6 +4,6 @@ includeConfig "${projectDir}/config/methods.config" manifest { name = "call-sSV" author = "Yu Pan, Ghouse Mohammed, Mohammed Faizal Eeman Mootor" - description = "A pipeline to call somatic SVs utilizing Delly" - version = "6.0.0-rc.2" + description = "A pipeline to call somatic SVs utilizing Delly and Manta" + version = "6.0.0" }