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))
* **build:** add dockstore support ([a984191](a984191))
* **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 a984191 commit 53c0e8d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [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))
* **build:** add dockstore support ([a984191](https://github.com/PharmGKB/PharmCAT/commit/a9841914ce619f99f5f7b4a21fed8501040ed3e3))
* **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 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 53c0e8d

Please sign in to comment.