File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88set -u
99set -o pipefail
1010
11- PHARMCAT_VERSION=3.1.1
11+ PHARMCAT_VERSION=3.2.0
1212# Java 17 = 61 class major version
1313MIN_JAVA_VERSION=17
1414MIN_JAVA_CLASS_VERSION=61
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ga_tracking_anonymize_ip: true
3333logo : /images/pharmcat_logo.svg
3434show_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.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
88MIN_BCFTOOLS_VERSION = '1.18'
You can’t perform that action at this time.
0 commit comments