Skip to content

Commit

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

### Bug Fixes

* do not require any base filename before the sample IDs ([7250db4](7250db4))
* validate outside call diplotypes ([9c49fbc](9c49fbc))
* **data:** include missing CPIC metoprolol guidance ([b117835](b117835))
* **subsetter:** fix bugs in subsetter ([683a361](683a361))
  • Loading branch information
semantic-release-bot committed Aug 17, 2024
1 parent 072e3ad commit 2178359
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.15.1](https://github.com/PharmGKB/PharmCAT/compare/v2.15.0...v2.15.1) (2024-08-17)


### Bug Fixes

* do not require any base filename before the sample IDs ([7250db4](https://github.com/PharmGKB/PharmCAT/commit/7250db4e5a7812c5c9f99c4f3a542c37aeea711e))
* validate outside call diplotypes ([9c49fbc](https://github.com/PharmGKB/PharmCAT/commit/9c49fbc9ec7a81b8b314956574e59c1fea5ccd40))
* **data:** include missing CPIC metoprolol guidance ([b117835](https://github.com/PharmGKB/PharmCAT/commit/b1178357c05f2b2e9859280a8a801bd3b9630add))
* **subsetter:** fix bugs in subsetter ([683a361](https://github.com/PharmGKB/PharmCAT/commit/683a36100626f8bedbe9aa360adc0d16486e3955))

## [2.15.0](https://github.com/PharmGKB/PharmCAT/compare/v2.14.0...v2.15.0) (2024-08-06)


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.13.0"
docker: "pgkb/pharmcat:2.15.1"
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.13.0.
PharmCAT v2.15.1.


## 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.0
pharmcat_version: 2.15.1
---

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

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.18'
Expand Down

0 comments on commit 2178359

Please sign in to comment.