Skip to content

Commit

Permalink
Release v6.0.0 (#221)
Browse files Browse the repository at this point in the history
* Update call-gSV version

* Update version to v6.0.0

* Update CHANGELOG

* Update metadata

* Update author list
  • Loading branch information
yashpatel6 authored Jul 11, 2024
1 parent 4ebce37 commit 58df3e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
---

## [Unreleased]

---

## [6.0.0] - 2024-07-10
### Changed
+ Call-SRC: `2.0.0-rc.1` -> `2.0.0`
+ Align-DNA: `10.0.0` -> `10.1.0`
+ Recalibrate-BAM: `1.0.0` -> `1.0.1`
+ Call-sSNV: `8.0.0` -> `8.1.0`
+ Call-gSV: `5.0.0` -> `5.1.0`
+ Call-gSV: `5.0.0` -> `5.2.0`
+ Call-sCNA: `3.1.0` -> `3.2.0`
### Fixed
+ Issue with empty email addresses resulting in argument errors
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Category: "pipeline"
Description: "Nextflow pipeline to convert BAM to FASTQ, align, call gSNP, call sSNV, and call mtSNV"
Description: "Nextflow pipeline to convert BAM to FASTQ, align, perform QC, assess targeted coverage, call gSNP, call sSNV, call mtSNV, call SVs, call sCNA, and perform subclonal reconstruction"
Maintainers: "Chenghao Zhu <[email protected]>, Yash Patel <[email protected]>, Nicholas Wang <[email protected]>, Helena Winata <[email protected]>, Mohammed Faizal Eeman Mootor <[email protected]>"
Languages: ["Nextflow"]
Dependencies: ["Java", "Nextflow", "Docker"]
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Metadata
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.6'
author = ['Yash Patel', 'Chenghao Zhu', 'Helena Winata', 'Alfredo Enrique Gonzalez', 'Nicholas Wang', 'Sorel Fitz-Gibbon', 'Mohammed Faizal Eeman Mootor', 'Nicole Zeltser', 'Nicholas Wiltsie', 'Takafumi Yamaguchi']
description = 'Nextflow pipeline to convert BAM to FASTQ, align, perform QC, assess targeted coverage, call gSNP, call sSNV, call mtSNV, call SVs, call sCNA, and perform subclonal reconstruction'
version = '6.0.0'
}

0 comments on commit 58df3e1

Please sign in to comment.