File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments