From 59b96630180f0dca2cb9963478fc8cf507a10a57 Mon Sep 17 00:00:00 2001 From: Yash Patel <86321070+yashpatel6@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:35:03 -0700 Subject: [PATCH] Update version (#180) --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a8252..10f4e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- ## [Unreleased] + +--- + +## [6.0.0-rc.2] - 2024-03-22 ### Added + BAM sample QC pipeline `v1.0.0` ### Changed diff --git a/nextflow.config b/nextflow.config index b9779f3..8a63476 100644 --- a/nextflow.config +++ b/nextflow.config @@ -3,5 +3,5 @@ manifest { name = 'metapipeline-DNA' author = ['Yash Patel', 'Chenghao Zhu', 'Helena Winata', 'Alfredo Enrique Gonzalez', 'Nicholas Wang', 'Sorel Fitz-Gibbon', 'Mohammed Faizal Eeman Mootor', 'Nicole Zeltser'] description = 'Nextflow pipeline to convert BAM to FASTQ, align, call gSNP, call sSNV, call gSV, call sSV and call mtSNV' - version = '6.0.0-rc.1' + version = '6.0.0-rc.2' }