Skip to content

Commit

Permalink
starting searching ontology from highest level
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Apr 25, 2019
1 parent 1601313 commit d112a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patientMatcher/match/phenotype_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from patient_similarity.__main__ import compare_patients

LOG = logging.getLogger(__name__)
PHENOTYPE_ROOT = 'HP:0000118'
PHENOTYPE_ROOT = 'HP:0000001'

def match(database, max_score, features, disorders):
"""Handles phenotype matching algorithm
Expand Down

0 comments on commit d112a39

Please sign in to comment.