Skip to content

Commit

Permalink
dding mitochondrial inh. to case phenotype (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 2, 2022
1 parent f58fc93 commit a7d3d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Expand Up @@ -42,6 +42,7 @@ End-User Summary
- Implementing several usability improvements for clinvar submission editor (#286)
- Make clinvar UI work with many annotations (#302)
- Fixing CADD annotation (#319)
- Adding mitochondrial inheritance to case phenotype annotation (#325)

Full Change List
================
Expand Down Expand Up @@ -87,6 +88,7 @@ Full Change List
- Adding CI builds for Python 3.10 in Github actions, bumping numpy/pandas dependencies.
Dropping support for Python 3.7.
- Fixing CADD annotation (#319)
- Adding mitochondrial inheritance to case phenotype annotation (#325)

-------
v0.23.9
Expand Down
1 change: 1 addition & 0 deletions variants/templates/variants/case_update_terms.html
Expand Up @@ -157,6 +157,7 @@ <h3>Update Terms for Case {{ object.name }}</h3>
const HPO_INHERITANCE_MODE = Object.freeze([
['HP:0000006', 'Autosomal dominant inheritance'],
['HP:0000007', 'Autosomal recessive inheritance'],
['HP:0001427', 'Mitochondrial inheritance'],
['HP:0001423', 'X-linked dominant inheritance'],
['HP:0001417', 'X-linked inheritance'],
['HP:0001419', 'X-linked recessive inheritance']
Expand Down

0 comments on commit a7d3d90

Please sign in to comment.