Skip to content

Commit da0a654

Browse files
authored
CHANGELOG update for release 7.2.0 (#142)
* Update CHANGELOG with release version * Update version in manifest * Update authors
1 parent 958826b commit da0a654

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pipeline/config/methods.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import nextflow.util.SysHelper
33

44
manifest {
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

1111
params {

0 commit comments

Comments
 (0)