From 1ee1fefa2e0947c38cf983396fcd775723c69f0f Mon Sep 17 00:00:00 2001 From: Mohammed Faizal Eeman Mootor <68152431+Faizal-Eeman@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:31:43 -0800 Subject: [PATCH] Release `v6.0.0` (#132) * bump pipeline version to v6.0.0 * Update copyright year in README * Update CHANGELOG.md * update release date * Update release date CHANGELOG.md --------- Co-authored-by: Mootor --- CHANGELOG.md | 6 ++++++ README.md | 2 +- nextflow.config | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcb567..bf29e57 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +--- + +## [6.0.0] - 2024-02-23 +### Changed +- Perform additional pipeline runs towards release `v6.0.0` + --- ## [6.0.0-rc.2] - 2024-02-06 ### Added diff --git a/README.md b/README.md index 8454ac3..b7ceb2a 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Authors: Yu Pan (YuPan@mednet.ucla.edu), Ghouse Mohammed (GMohammed@mednet.ucla. `call-sSV` takes BAM files and utilizes DELLY and Manta to call somatic structural variants. -Copyright (C) 2021-2023 University of California Los Angeles ("Boutros Lab") All rights reserved. +Copyright (C) 2021-2024 University of California Los Angeles ("Boutros Lab") All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 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" }