Skip to content

Commit

Permalink
chore(release): 2.7.0
Browse files Browse the repository at this point in the history
## [2.7.0](v2.6.0...v2.7.0) (2023-09-02)

### Features

* **pharmcat:** Use PharmGKB for all drug and phenotype annotations ([7390fa1](7390fa1))
* **reporter:** add new footnote about CPIC/DPWG function ([b986a13](b986a13))

### Bug Fixes

* **data:** fix guideline citation data and update RYR1 phenotypes ([93de1ff](93de1ff))
* **pharmcat:** disable reporter module when using research mode ([d1b1822](d1b1822))
* **preprocessor:** capture both error and log from subprocess ([c115ed2](c115ed2))
* **preprocessor:** install the scikit-allel that has a working toml file ([77e2c43](77e2c43))
  • Loading branch information
semantic-release-bot committed Sep 2, 2023
1 parent 0c24c4f commit fcd80dc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.7.0](https://github.com/PharmGKB/PharmCAT/compare/v2.6.0...v2.7.0) (2023-09-02)


### Features

* **pharmcat:** Use PharmGKB for all drug and phenotype annotations ([7390fa1](https://github.com/PharmGKB/PharmCAT/commit/7390fa18fb6f1942266f2278b0852efa1882a46d))
* **reporter:** add new footnote about CPIC/DPWG function ([b986a13](https://github.com/PharmGKB/PharmCAT/commit/b986a138f5ad9266ca3024ee10c9e55a19441b81))


### Bug Fixes

* **data:** fix guideline citation data and update RYR1 phenotypes ([93de1ff](https://github.com/PharmGKB/PharmCAT/commit/93de1ffa7d7f72613dd9de6a48f091744e81dc77))
* **pharmcat:** disable reporter module when using research mode ([d1b1822](https://github.com/PharmGKB/PharmCAT/commit/d1b182225fa4dc033ca2766bf5f7f8513fa1ab00))
* **preprocessor:** capture both error and log from subprocess ([c115ed2](https://github.com/PharmGKB/PharmCAT/commit/c115ed253a489969330afbf56a66b4c2afe5ca39))
* **preprocessor:** install the scikit-allel that has a working toml file ([77e2c43](https://github.com/PharmGKB/PharmCAT/commit/77e2c431f68f2bca3d035b77bff43d012516d15e))

## [2.6.0](https://github.com/PharmGKB/PharmCAT/compare/v2.5.0...v2.6.0) (2023-08-08)


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.6.0
pharmcat_version: 2.7.0
---

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

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.16'
Expand Down

0 comments on commit fcd80dc

Please sign in to comment.