Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Aug 21, 2019
1 parent 398a8fd commit 2b12094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bio2bel_hgnc/manager.py
Expand Up @@ -433,7 +433,7 @@ def _get_encoding(human_gene: HumanGene) -> str:
"""Get the BEL encoding for a Human gene."""
return ENCODINGS.get(human_gene.locus_type, 'GRP')

def build_entrez_id_symbol_mapping(self) -> Mapping[str, str]:
def build_entrez_id_to_hgnc_symbol_mapping(self) -> Mapping[str, str]:
"""Build a mapping from Entrez gene identifier to HGNC gene symbols."""
return {
str(entrez_id): hgnc_symbol
Expand Down

0 comments on commit 2b12094

Please sign in to comment.