From 9b4ebf6693a6f0986e7e3680c73d8bbff4bcbb01 Mon Sep 17 00:00:00 2001 From: Mootor Date: Thu, 23 May 2024 11:03:52 -0700 Subject: [PATCH] bump version 5.1.0 --- CHANGELOG.md | 3 +++ nextflow.config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9c6cd..2572565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to the call-gSV pipeline. ## [Unreleased] +--- + +## [5.1.0] - 2024-05-23 ### Changed - Use HG003 as test sample for NFTest - Update Nextflow configuration test workflows diff --git a/nextflow.config b/nextflow.config index da8faf2..870d042 100644 --- a/nextflow.config +++ b/nextflow.config @@ -4,5 +4,5 @@ manifest { name = 'call-gSV' author = 'Yu Pan, Tim Sanders, Yael Berkovich, Mohammed Faizal Eeman Mootor' description = 'A pipeline to call germline structural variants utilizing Delly and Manta' - version = '5.0.0' + version = '5.1.0' }