Skip to content

Commit

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

### Bug Fixes

* **data:** track singular variants ([fb1ebbd](fb1ebbd))
* **data:** update data ([c8100ec](c8100ec))
* **namedallelematcher:** fix permutation generation with mix of phased/unphased data ([2146db0](2146db0))
* **phenotyper:** improve support for combinations in outside calls ([b1a6deb](b1a6deb))
* **reporter:** fix limiting reports by source ([ac0c52e](ac0c52e))
* **reporter:** fix matching diplotype-specific recommendations ([11fc7b4](11fc7b4))
* **reporter:** take subsetting into account when calculating total genes ([6ef47cc](6ef47cc))
  • Loading branch information
semantic-release-bot committed Aug 28, 2024
1 parent c8100ec commit 8926260
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.15.3](https://github.com/PharmGKB/PharmCAT/compare/v2.15.2...v2.15.3) (2024-08-28)

### Bug Fixes

* **data:** track singular variants ([fb1ebbd](https://github.com/PharmGKB/PharmCAT/commit/fb1ebbd13cc0376fbd62876d4a2eca07bd6373fc))
* **data:** update data ([c8100ec](https://github.com/PharmGKB/PharmCAT/commit/c8100ec878f6d0731ba9f1403f1a5ecb91061abb))
* **namedallelematcher:** fix permutation generation with mix of phased/unphased data ([2146db0](https://github.com/PharmGKB/PharmCAT/commit/2146db07f78724c92c375378cc98e8fbbe351e31))
* **phenotyper:** improve support for combinations in outside calls ([b1a6deb](https://github.com/PharmGKB/PharmCAT/commit/b1a6debd266e5ba65ea1dd05b6e5dd19a0c3beb8))
* **reporter:** fix limiting reports by source ([ac0c52e](https://github.com/PharmGKB/PharmCAT/commit/ac0c52e31c5026895200ee9d1914fb6076fb42bb))
* **reporter:** fix matching diplotype-specific recommendations ([11fc7b4](https://github.com/PharmGKB/PharmCAT/commit/11fc7b4a1d40f8ef015111c35887ca19f2c43103))
* **reporter:** take subsetting into account when calculating total genes ([6ef47cc](https://github.com/PharmGKB/PharmCAT/commit/6ef47ccb722897fc94b531229809074e57bda6ee))

## [2.15.2](https://github.com/PharmGKB/PharmCAT/compare/v2.15.1...v2.15.2) (2024-08-20)

### Bug Fixes
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 @@ -144,7 +144,7 @@ task pharmcat_pipeline_task {
}

runtime {
docker: "pgkb/pharmcat:2.13.0"
docker: "pgkb/pharmcat:2.15.3"
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 @@ -119,7 +119,7 @@ Successfully tested on v53 and v87.

### PharmCAT Version

PharmCAT v2.15.2.
PharmCAT v2.15.3.


## 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.2
pharmcat_version: 2.15.3
---

# 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.2",
"version": "2.15.3",
"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.2'
PHARMCAT_VERSION = '2.15.3'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.18'
Expand Down

0 comments on commit 8926260

Please sign in to comment.