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' }