Skip to content

Commit fa3c0a6

Browse files
authored
Merge pull request #162 from uclahs-cds/jieunoh-update-to-ver-7.3.1
Update version in CHANGELOG.md and methods.config to 7.3.1
2 parents 1304401 + d8fe5e0 commit fa3c0a6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
## [Unreleased]
11+
12+
## [7.3.1] - 2022-01-14
1113
### Changed
1214
- Update GATK to 4.2.4.1 to address Log4j vulnerabilities (https://github.com/advisories/GHSA-8489-44mv-ggj8, https://github.com/advisories/GHSA-p6xc-xr62-6r2g)
13-
- Update Picard version to 2.26.10 to address Log4j moderate vulnerability (https://github.com/advisories/GHSA-8489-44mv-ggj8)
15+
- Update Picard version to 2.26.10 to address Log4j vulnerabilities (https://github.com/advisories/GHSA-8489-44mv-ggj8)
1416

1517
### Added
1618
- Add F32 config file

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Contributors: ["Benjamin Carlin", "Chenghao Zhu", "Aaron Holmes", "Takafumi Yama
66
Languages: ["Nextflow", "Docker"]
77
Dependencies: ["Java", "Nextflow", "Docker"]
88
References: "https://uclahs.box.com/s/qfzr99sc8ntmfddn30ii62wx4273utoz"
9-
Tools: ["BWA-MEM2 2.2.1", "HISAT2 2.2.1", "SAMTools 1.12", "Picard Tools 2.23.3"]
9+
Tools: ["BWA-MEM2 2.2.1", "HISAT2 2.2.1", "SAMTools 1.12", "Picard Tools 2.26.10"]
1010
Engineering_Owner: "Aaron Holmes"
1111
Scientific_Owner: "Takafumi Yamaguchi"

pipeline/config/methods.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manifest {
55
name = "align-DNA"
66
author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel; Nicole Zeltser; Jieun Oh"
77
description = "alignment pipeline for paired fastqs DNA samples"
8-
version = "7.3.0"
8+
version = "7.3.1"
99
}
1010

1111
params {

0 commit comments

Comments
 (0)