Skip to content

Commit

Permalink
Update url in the 'do' data source.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Apr 1, 2024
1 parent 612ecdd commit 2cba584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/do/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dumper": {
"data_url": [
"https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/main/src/ontology/HumanDO.obo",
"https://data.omim.org/downloads/V3TcgUTzQge_hC0CEPEBgA/genemap2.txt"
"https://data.omim.org/downloads/BQtb2GI3Tz6aKpp8PLrYcg/genemap2.txt"
],
"uncompress": false,
"release": "version:get_release",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/do/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_release(self):
break

# Get release date of "genemap2.txt" data file:
genemap2_url = "https://data.omim.org/downloads/V3TcgUTzQge_hC0CEPEBgA/genemap2.txt"
genemap2_url = "https://data.omim.org/downloads/BQtb2GI3Tz6aKpp8PLrYcg/genemap2.txt"
genemap2_resp = requests.get(genemap2_url)
genemap2_text_lines = genemap2_resp.text.strip("\n").split("\n")
genemap2_release = ""
Expand Down

0 comments on commit 2cba584

Please sign in to comment.