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,13 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99
1010
1111## [ Unreleased]
12+
13+ ## [ 7.2.0] - 2021-10-01
1214### Added
1315- GPL2 License added
1416- MarkDuplicatesSpark process added as an option
1517### Changed
1618- Removed explicit index creation process and enabled option for MarkDuplicate process to create index
17- - Removed explicit maxForks allocation and instead allow CPU and memory allocation to dictate parallelization
18-
19+ - Allow CPU and memory allocation to dictate parallelization rather than maxForks
1920
2021## [ 7.1.0] - 2021-07-29
2122### Added
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import nextflow.util.SysHelper
33
44manifest {
55 name = "align-DNA"
6- author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes"
6+ author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel "
77 description = "alignment pipeline for paired fastqs DNA samples"
8- version = "7.1 .0"
8+ version = "7.2 .0"
99 }
1010
1111params {
You can’t perform that action at this time.
0 commit comments