Skip to content

Commit

Permalink
chore(release): 2.15.2
Browse files Browse the repository at this point in the history
## [2.15.2](v2.15.1...v2.15.2) (2024-08-20)

### Bug Fixes

* **data:** fill in DPYD lookupkeys for DPWG ([90d587b](90d587b))
* **tools:** gene regions for F5, CYP2D6, VKORC1, IFNL4 for research purposes ([5f0e6dd](5f0e6dd))
* **tools:** show the name of the sample whose result files are being processed ([8d6d1c8](8d6d1c8))
  • Loading branch information
semantic-release-bot committed Aug 20, 2024
1 parent 8d6d1c8 commit 1a55797
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.15.2](https://github.com/PharmGKB/PharmCAT/compare/v2.15.1...v2.15.2) (2024-08-20)

### Bug Fixes

* **data:** fill in DPYD lookupkeys for DPWG ([90d587b](https://github.com/PharmGKB/PharmCAT/commit/90d587bc44215fce302dd64ef7b5a1d7f1ebd8f6))
* **tools:** gene regions for F5, CYP2D6, VKORC1, IFNL4 for research purposes ([5f0e6dd](https://github.com/PharmGKB/PharmCAT/commit/5f0e6dd26c0a9c2868ff43e28f7174e12a9ee5d9))
* **tools:** show the name of the sample whose result files are being processed ([8d6d1c8](https://github.com/PharmGKB/PharmCAT/commit/8d6d1c8f8201477fdf848f6db04bdae591832b0b))

## [2.15.1](https://github.com/PharmGKB/PharmCAT/compare/v2.15.0...v2.15.1) (2024-08-17)


Expand Down
2 changes: 1 addition & 1 deletion dockstore/pipeline/PharmCAT_Pipeline.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task pharmcat_pipeline {
}

runtime {
docker: "pgkb/pharmcat:2.15.1"
docker: "pgkb/pharmcat:2.15.2"
memory: max_memory
cpu: max_concurrent_processes
}
Expand Down
2 changes: 1 addition & 1 deletion dockstore/pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Successfully tested on v53 and v87.

### PharmCAT Version

PharmCAT v2.15.1.
PharmCAT v2.15.2.


## Contact
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Home
permalink: /
nav_order: 1
# version is dynamically updated - DO NOT MODIFY MANUALLY
pharmcat_version: 2.15.1
pharmcat_version: 2.15.2
---

# PharmCAT:<br />Pharmacogenomics Clinical Annotation Tool
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pharmcat",
"version": "2.15.1",
"version": "2.15.2",
"repository": {
"type": "git",
"url": "https://github.com/PharmGKB/PharmCAT.git"
Expand Down
2 changes: 1 addition & 1 deletion preprocessor/preprocessor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# version is dynamically updated - DO NOT MODIFY MANUALLY
PHARMCAT_VERSION = '2.15.1'
PHARMCAT_VERSION = '2.15.2'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.18'
Expand Down

0 comments on commit 1a55797

Please sign in to comment.