Skip to content

Commit

Permalink
fixed typo in attributye name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed May 3, 2022
1 parent ef7f505 commit 1be733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpo_similarity/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main():
# load HPO terms and probands for each gene
print("loading HPO terms and probands by gene")
hpo_by_proband = load_participants_hpo_terms(options.phenotypes_path, \
alt_ids, obsolete, options.use_alt_id_hpo_term_obsolete)
alt_ids, obsolete, options.use_alt_id_if_hpo_term_obsolete)
probands_by_gene = load_genes(options.genes_path)

if options.permute:
Expand Down

0 comments on commit 1be733a

Please sign in to comment.