Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Jul 13, 2024
1 parent 1cc586f commit 30077bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pyphetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import validation


__version__ = "0.9.93"
__version__ = "0.9.94"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion src/pyphetools/visualization/hpoa_table_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def add_moi(self, mode_of_inheritance:Moi, pmid:str):
"""
Use this method to add mode of inheritance (MOI) data from a publication with the indicated pmid
"""
self._moi_d[pmid].append(mode_of_inheritance)
self._moi_d[pmid].append(mode_of_inheritance.to_HPO())


def autosomal_recessive(self, pmid):
Expand Down

0 comments on commit 30077bb

Please sign in to comment.