Skip to content

Commit

Permalink
CHANGELOG update for release 7.2.0 (#142)
Browse files Browse the repository at this point in the history
* Update CHANGELOG with release version

* Update version in manifest

* Update authors
  • Loading branch information
yashpatel6 authored Oct 1, 2021
1 parent 958826b commit da0a654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm


## [Unreleased]

## [7.2.0] - 2021-10-01
### Added
- GPL2 License added
- MarkDuplicatesSpark process added as an option
### Changed
- Removed explicit index creation process and enabled option for MarkDuplicate process to create index
- Removed explicit maxForks allocation and instead allow CPU and memory allocation to dictate parallelization

- Allow CPU and memory allocation to dictate parallelization rather than maxForks

## [7.1.0] - 2021-07-29
### Added
Expand Down
4 changes: 2 additions & 2 deletions pipeline/config/methods.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import nextflow.util.SysHelper

manifest {
name = "align-DNA"
author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes"
author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel"
description = "alignment pipeline for paired fastqs DNA samples"
version = "7.1.0"
version = "7.2.0"
}

params {
Expand Down

0 comments on commit da0a654

Please sign in to comment.