Skip to content

Commit

Permalink
Release 6.0.0-rc.6 (#217)
Browse files Browse the repository at this point in the history
* Update call-SRC branch with fix

* Update CHANGELOG

* Bump version for release
  • Loading branch information
yashpatel6 authored Jun 13, 2024
1 parent a820e07 commit ac053fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
---

## [Unreleased]

---

## [6.0.0-rc.6] - 2024-06-12
### Added
+ Support for inputs to be given through a CSV
+ Nextflow wrapper script to capture and consolidate all pipeline logs for a sample
+ `status_email_address` parameter to send started/completed emails for child pipelines

### Fixed
+ Bug with bad params being loaded from default configs
+ Bug with call-SRC pipeline getting stuck with DPClust run

---

Expand Down
2 changes: 1 addition & 1 deletion external/pipeline-call-SRC
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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.5'
version = '6.0.0-rc.6'
}

0 comments on commit ac053fa

Please sign in to comment.