Skip to content

Commit

Permalink
Found errant print command, close #40
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoslicki committed Mar 28, 2018
1 parent 08abcb8 commit c811b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/reasoningtool/QueryNCBIeUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,9 @@ def get_mesh_id_for_clinvar_uid(clinvar_id):
# t1 = time.time()
# print(t1-t0)

print(QueryNCBIeUtils.normalized_google_distance("acetaminophen","liver"))
# print(QueryNCBIeUtils.normalized_google_distance(QueryNCBIeUtils.get_uniprot_names('P23219'), 'Naprosyn', mesh1=False))
# print(QueryNCBIeUtils.get_mesh_terms_for_mesh_uid(68014059))
#print(QueryNCBIeUtils.normalized_google_distance("acetaminophen","liver"))
#print(QueryNCBIeUtils.normalized_google_distance(QueryNCBIeUtils.get_uniprot_names('P23219'), 'Naprosyn', mesh1=False))
#print(QueryNCBIeUtils.get_mesh_terms_for_mesh_uid(68014059))
# print(QueryNCBIeUtils.get_mesh_terms_for_omim_id(219700)) # OMIM preferred name: "CYSTIC FIBROSIS"
# print(QueryNCBIeUtils.get_mesh_terms_for_omim_id(125050)) # OMIM preferred name: "DEAFNESS WITH ANHIDROTIC ECTODERMAL DYSPLASIA"
# print(QueryNCBIeUtils.get_mesh_terms_for_omim_id(310350)) # OMIM preferred name: "MYELOLYMPHATIC INSUFFICIENCY"
Expand Down

0 comments on commit c811b1f

Please sign in to comment.