Skip to content

Commit

Permalink
Merge pull request #691 from biolink/replace_hegroup_url
Browse files Browse the repository at this point in the history
Replace hegroup sparql endpoint URL  with rdf.geneontology.org/sparql
  • Loading branch information
sierra-moxon authored Sep 6, 2024
2 parents 649b1b5 + 227606c commit 70f991c
Show file tree
Hide file tree
Showing 5 changed files with 4,715 additions and 4,716 deletions.
2 changes: 1 addition & 1 deletion ontobio/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ amigo_solr_search:
url: "http://golr.geneontology.org/solr"
timeout: 15
sparql:
url: "http://sparql.hegroup.org/sparql"
url: "http://rdf.geneontology.org/sparql"
timeout: 30
scigraph_ontology:
url: "https://scigraph-ontology.monarchinitiative.org/scigraph/"
Expand Down
2 changes: 0 additions & 2 deletions ontobio/sparql/sparql_ontol_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

class EOntology(Enum):
GO = "http://rdf.geneontology.org/sparql"
HEGROUP = "http://sparql.hegroup.org/sparql"
UNIPROT = "https://sparql.uniprot.org/sparql/"

class EDocState(Enum):
Expand All @@ -51,7 +50,6 @@ class EDocState(Enum):
# for now we assume ontobee
ontol_sources = {
'go': "http://rdf.geneontology.org/sparql",
'': "http://sparql.hegroup.org/sparql"
}

OIO_SYNS = dict(
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "ontobio"
version = "0.0.0"
version = "2.9.8"
description = ""
authors = ["Gene Ontology Consortium <helpdesk@geneontology.org>"]
readme = "README.rst"
license = "BSD"

packages = [
{ include = "bin" },
Expand Down Expand Up @@ -51,6 +52,6 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry-dynamic-versioning]
enable = true
enable = false
vcs = "git"
style = "pep440"
Loading

0 comments on commit 70f991c

Please sign in to comment.