Skip to content

Commit 55e3cb3

Browse files
chore(release): 3.2.0
## [3.2.0](v3.1.1...v3.2.0) (2026-02-25) ### Features * **data:** update data from PharmVar and ClinPGx ([1b37164](1b37164)) * **namedAlleleMatcher:** support handling repeat wobbles (NUDT15) ([4964ee7](4964ee7)) ### Bug Fixes * **data:** update data from ClinPGx ([b7a487a](b7a487a))
1 parent 32e9b70 commit 55e3cb3

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.2.0](https://github.com/PharmGKB/PharmCAT/compare/v3.1.1...v3.2.0) (2026-02-25)
2+
3+
### Features
4+
5+
* **data:** update data from PharmVar and ClinPGx ([1b37164](https://github.com/PharmGKB/PharmCAT/commit/1b3716464dbcc09e96efa1392b1ed065b947374f))
6+
* **namedAlleleMatcher:** support handling repeat wobbles (NUDT15) ([4964ee7](https://github.com/PharmGKB/PharmCAT/commit/4964ee71b113345524caa5fe217a864fc6f7ac4e))
7+
8+
### Bug Fixes
9+
10+
* **data:** update data from ClinPGx ([b7a487a](https://github.com/PharmGKB/PharmCAT/commit/b7a487ac8c01dc71e62a0f4c597468c79800e08b))
11+
112
## [3.1.1](https://github.com/PharmGKB/PharmCAT/compare/v3.1.0...v3.1.1) (2025-11-19)
213

314
### Bug Fixes

bin/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
set -u
99
set -o pipefail
1010

11-
PHARMCAT_VERSION=3.1.1
11+
PHARMCAT_VERSION=3.2.0
1212
# Java 17 = 61 class major version
1313
MIN_JAVA_VERSION=17
1414
MIN_JAVA_CLASS_VERSION=61

dockstore/pipeline/PharmCAT_Pipeline.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ task pharmcat_pipeline_task {
164164
}
165165

166166
runtime {
167-
docker: "pgkb/pharmcat:3.1.1"
167+
docker: "pgkb/pharmcat:3.2.0"
168168
memory: max_memory
169169
cpu: max_concurrent_processes
170170
}

dockstore/pipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Successfully tested on v53 and v87.
134134

135135
### PharmCAT Version
136136

137-
PharmCAT v3.1.1.
137+
PharmCAT v3.2.0.
138138

139139

140140
## Contact

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ga_tracking_anonymize_ip: true
3333
logo: /images/pharmcat_logo.svg
3434
show_downloads: true
3535

36-
pharmcat_version: 3.1.1
36+
pharmcat_version: 3.2.0
3737

3838
# Exclude from processing.
3939
# The following items will not be processed, by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pharmcat",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/PharmGKB/PharmCAT.git"

preprocessor/pcat/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# version is dynamically updated - DO NOT MODIFY MANUALLY
5-
PHARMCAT_VERSION = '3.1.1'
5+
PHARMCAT_VERSION = '3.2.0'
66

77
# expected tool versions
88
MIN_BCFTOOLS_VERSION = '1.18'

0 commit comments

Comments
 (0)