Skip to content

Commit

Permalink
Merge pull request #40 from monarch-initiative/39-typeerror-in-add_ge…
Browse files Browse the repository at this point in the history
…nes-unexpected-keyword-argument-omim_disease_phenotype_gene_map

39 typeerror in add genes unexpected keyword argument omim disease phenotype gene map
  • Loading branch information
yaseminbridges authored Nov 12, 2024
2 parents 80696f1 + 87340ab commit 714afff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "phenotype2phenopacket"
version = "0.6.2"
version = "0.6.3"
description = ""
authors = ["Yasemin Bridges <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/phenotype2phenopacket/add/add_genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def add_genes(
phenopacket_with_genes = PhenopacketInterpretationExtender(
phenopacket
).add_gene_interpretation_to_phenopacket(
omim_disease_phenotype_gene_map=filtered_genes_to_disease,
genes_to_disease_map=filtered_genes_to_disease,
gene_identifier_updater=gene_identifier_updater,
)
(
Expand Down

0 comments on commit 714afff

Please sign in to comment.