Skip to content

Commit 1dc77be

Browse files
authored
GATK update (#155)
* GATK 4.2.2.0 -> 4.2.4.0 * Update changelog * Add reason for GATK update
1 parent 7023148 commit 1dc77be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1313
### Changed
1414
- Changed names of midmem.config and execute.config into F72.config and M64.config respectively.
1515
- Rename bug report to "Issue report" and remove old node names from it
16+
- Update GATK to 4.2.4.0 to address Log4j critical vulnerability (https://github.com/advisories/GHSA-jfh8-c2jp-5v3q)
1617

1718
## [7.2.1] - 2021-10-28
1819
### Changed

pipeline/config/methods.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params {
1818
docker_image_picardtools = "blcdsdockerregistry/align-dna:picardtools-2.23.3"
1919
docker_image_sha512sum = "blcdsdockerregistry/align-dna:sha512sum-1.0"
2020
docker_image_validate_params = "blcdsdockerregistry/validate:2.1.5"
21-
docker_image_gatk = "broadinstitute/gatk:4.2.2.0"
21+
docker_image_gatk = "broadinstitute/gatk:4.2.4.0"
2222
}
2323

2424
if (!params.containsKey('check_node_config')) {

0 commit comments

Comments
 (0)