Skip to content

Commit

Permalink
Fix it also in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Mar 15, 2023
1 parent 05e170f commit 26eff77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schug/load/gene_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def fetch_genes_to_hpo_to_disease() -> List[str]:

def fetch_hgnc() -> List[str]:
"""Fetch the hgnc genes file from
ftp://sftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt
sftp://sftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt
Returns:
hgnc_gene_lines(list(str))
"""
Expand Down

0 comments on commit 26eff77

Please sign in to comment.