Skip to content

Commit 589bb5f

Browse files
authored
Release v10.0.0-rc.1 (#291)
* Update CHANGELOG * Update nextflow.config * Proper NFTest name
1 parent 9c84374 commit 589bb5f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
## [Unreleased]
1111

12+
## [10.0.0-rc.1] - 2024-01-24
1213
### Changed
1314
- Change name `base_output_dir` to `output_dir_base`
1415
- Update Picard version to 3.0.0 after the most recent Broad release that updated the underlying Java version
@@ -18,7 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1819
- Use modularized methods for resource limits and allocations
1920

2021
### Added
21-
- Setup nftest with a-mini-n2
22+
- Setup `NFTest` with a-mini-n2
2223
- Add retry with lower CPUs for alignment processes
2324
- Add retry with increased memory for `MarkDuplicates` with `Picard`
2425
- Explicit parameter to control BWA-MEM2 alt-aware mode

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ manifest {
22
name = "align-DNA"
33
author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel; Nicole Zeltser; Jieun Oh; Jaron Arbet"
44
description = "alignment pipeline for paired fastqs DNA samples"
5-
version = "9.0.0"
5+
version = "10.0.0-rc.1"
66
}

0 commit comments

Comments
 (0)