Skip to content

Commit

Permalink
Expected indent after __main__. Add pass to remove error. See #40
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoslicki committed Mar 28, 2018
1 parent c811b1f commit 1567c66
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions code/reasoningtool/QueryNCBIeUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,11 @@ def get_mesh_id_for_clinvar_uid(clinvar_id):
return res_set

if __name__ == '__main__':
# print(QueryNCBIeUtils.get_clinvar_uids_for_disease_or_phenotype_string('hypercholesterolemia'))
# print(QueryNCBIeUtils.get_mesh_uids_for_mesh_term('Anorexia Nervosa'))
# print(QueryNCBIeUtils.get_mesh_uids_for_mesh_term('Leukemia, Promyelocytic, Acute'))
# print(QueryNCBIeUtils.get_mesh_uids_for_mesh_term('Leukemia, Myeloid, Acute'))
pass
#print(QueryNCBIeUtils.get_clinvar_uids_for_disease_or_phenotype_string('hypercholesterolemia'))
#print(QueryNCBIeUtils.get_mesh_uids_for_mesh_term('Anorexia Nervosa'))
#print(QueryNCBIeUtils.get_mesh_uids_for_mesh_term('Leukemia, Promyelocytic, Acute'))
#print(QueryNCBIeUtils.get_mesh_uids_for_mesh_term('Leukemia, Myeloid, Acute'))

# for mesh_term in ['Osteoporosis',
# 'HIV Infections',
Expand Down

0 comments on commit 1567c66

Please sign in to comment.