Skip to content

Commit

Permalink
chore(release): 2.13.0
Browse files Browse the repository at this point in the history
## [2.13.0](v2.12.0...v2.13.0) (2024-06-11)

### Features

* **diplotype-comparator:** find equivalent phased alleles ([a8a786c](a8a786c))
* **pharmcat:** add FDA drug guidance ([ae6ea63](ae6ea63))
* **preprocessor:** retain genomic regions specified in a bed file ([d017be5](d017be5))

### Bug Fixes

* remove non-existent test class ([1a91885](1a91885))
* **data:** delete obsolete files before exporting positions ([8acb549](8acb549))
* **datamanager:** add support for subsetting allele definitions ([79fb6ea](79fb6ea))
* **datamanager:** handle all allele/position removal during data ingestion phase ([85a770f](85a770f))
* **datamanager:** remove populationFrequency from named allele (never used) ([5ecaa74](5ecaa74))
* **preprocessor:** ploidy at multiallelic positions ([8805275](8805275))
* **preprocessor:** ploidy in X chromosomes for -0/--missing-to-ref ([9f83767](9f83767))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent 60848d9 commit e7e7262
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [2.13.0](https://github.com/PharmGKB/PharmCAT/compare/v2.12.0...v2.13.0) (2024-06-11)


### Features

* **diplotype-comparator:** find equivalent phased alleles ([a8a786c](https://github.com/PharmGKB/PharmCAT/commit/a8a786c84af36591ef884de1037eed3e57fd2c5d))
* **pharmcat:** add FDA drug guidance ([ae6ea63](https://github.com/PharmGKB/PharmCAT/commit/ae6ea63ad23f4e5e590938e6f3d0f5a28a866b96))
* **preprocessor:** retain genomic regions specified in a bed file ([d017be5](https://github.com/PharmGKB/PharmCAT/commit/d017be550ba315547aec89445568ee4199359b2c))


### Bug Fixes

* remove non-existent test class ([1a91885](https://github.com/PharmGKB/PharmCAT/commit/1a9188540e885fb4efe064c3826a89e0824c83a3))
* **data:** delete obsolete files before exporting positions ([8acb549](https://github.com/PharmGKB/PharmCAT/commit/8acb5490ae4b76bfdd92c25cac6dace693f18ed2))
* **datamanager:** add support for subsetting allele definitions ([79fb6ea](https://github.com/PharmGKB/PharmCAT/commit/79fb6eaced6f783194945be4dc9e99fc7fb8b4bf))
* **datamanager:** handle all allele/position removal during data ingestion phase ([85a770f](https://github.com/PharmGKB/PharmCAT/commit/85a770f89cf1985a28a11667cf88264932b26fa8))
* **datamanager:** remove populationFrequency from named allele (never used) ([5ecaa74](https://github.com/PharmGKB/PharmCAT/commit/5ecaa74afff8e25fa451bea72799bb1b2f656d9d))
* **preprocessor:** ploidy at multiallelic positions ([8805275](https://github.com/PharmGKB/PharmCAT/commit/880527525a726d293cdbd89ee83db14f7a8bf181))
* **preprocessor:** ploidy in X chromosomes for -0/--missing-to-ref ([9f83767](https://github.com/PharmGKB/PharmCAT/commit/9f837674e277d5a59cbc72b8e891cc3d4c7789c7))

## [2.12.0](https://github.com/PharmGKB/PharmCAT/compare/v2.11.0...v2.12.0) (2024-4-23)


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.12.0
pharmcat_version: 2.13.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.12.0",
"version": "2.13.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.12.0'
PHARMCAT_VERSION = '2.13.0'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.18'
Expand Down

0 comments on commit e7e7262

Please sign in to comment.