Skip to content

Commit

Permalink
NCBI HomoloGene went offline, moved it to rescued repo
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Feb 6, 2024
1 parent ce9db8a commit c257159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypath/inputs/homologene.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_homologene():
Returns file pointer.
"""

url = urls.urls['homologene']['url']
url = urls.urls['homologene']['url_rescued']

c = curl.Curl(
url = url,
Expand Down
3 changes: 2 additions & 1 deletion pypath/resources/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,9 @@
},
'homologene': {
'label': 'NCBI HomoloGene data, recent release',
'url': 'https://ftp.ncbi.nih.gov/pub/HomoloGene/'
'url_original': 'https://ftp.ncbi.nih.gov/pub/HomoloGene/'
'current/homologene.data',
'url_rescued': 'https://rescued.omnipathdb.org/homologene.data',
},
'mirbase' : {
'label': 'miRBase: miRNA main reference database',
Expand Down

0 comments on commit c257159

Please sign in to comment.