We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc77be commit c241e72Copy full SHA for c241e72
CHANGELOG.md
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
10
## [Unreleased]
11
+
12
+## [7.3.0] - 2021-12-16
13
### Added
14
- Add mark_duplicates parameter to enable exclusion or inclusion of MarkDuplicates processes.
15
### Changed
pipeline/config/methods.config
@@ -5,7 +5,7 @@ manifest {
5
name = "align-DNA"
6
author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel; Nicole Zeltser"
7
description = "alignment pipeline for paired fastqs DNA samples"
- version = "7.2.1"
+ version = "7.3.0"
}
params {
0 commit comments