Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing GO entries #1411

Merged
merged 3 commits into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 30 additions & 5 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -47378,6 +47378,7 @@
"biolink": "gpi"
},
"name": "Gene Product Information Schema",
"part_of": "go",
"uri_format": "http://geneontology.org/docs/gene-product-information-gpi-format/#$1"
},
"go.model": {
Expand All @@ -47392,8 +47393,18 @@
"mappings": {
"go": "gomodel"
},
"name": "Gene Ontology Causal Assembly Model",
"uri_format": "http://noctua.geneontology.org/editor/graph/gomodel:$1"
"name": "Gene Ontology Causal Activity Model",
"part_of": "go",
"providers": [
{
"code": "legacy",
"description": "This was the old URI for the GO CAM editor",
"homepage": "https://model.geneontology.org",
"name": "Legacy",
"uri_format": "http://noctua.geneontology.org/editor/graph/gomodel:$1"
}
],
"uri_format": "https://model.geneontology.org/$1"
},
"go.ref": {
"banana": "GO_REF",
Expand Down Expand Up @@ -47434,8 +47445,18 @@
"prefix": "go.ref",
"uri_format": "http://www.geneontology.org/cgi-bin/references.cgi#$1"
},
"part_of": "go",
"pattern": "^\\d{7}$",
"uri_format": "https://github.com/geneontology/go-site/blob/master/metadata/gorefs/README.md#goref$1"
"providers": [
{
"code": "legacy",
"description": "The README file on GO's github repository has been replaced with a structured YAML file, so this URl is no longer available.",
"homepage": "https://github.com/geneontology/go-site/blob/master/metadata/gorefs.yaml",
"name": "Legacy",
"uri_format": "https://github.com/geneontology/go-site/blob/master/metadata/gorefs/README.md#goref$1"
}
],
"uri_format": "https://geneontology.org/GO_REF/$1"
},
"go.resource": {
"contributor": {
Expand All @@ -47446,8 +47467,9 @@
},
"description": "A database-specific registry supporting curation in the Gene Ontology",
"example": "CHEBI",
"homepage": "http://geneontology.org/",
"homepage": "https://raw.githubusercontent.com/geneontology/go-site/master/metadata/db-xrefs.yaml",
"name": "Gene Ontology Registry",
"part_of": "go",
"uri_format": "https://bioregistry.io/metaregistry/go/$1"
},
"go.rule": {
Expand Down Expand Up @@ -47560,6 +47582,7 @@
"name": "Gene Ontology Annotation Database Identifier",
"prefix": "GOA"
},
"part_of": "go",
"prefixcommons": {
"description": "The GOA (Gene Ontology Annotation) project provides high-quality Gene Ontology (GO) annotations to proteins in the UniProt Knowledgebase (UniProtKB) and International Protein Index (IPI). This involves electronic annotation and the integration of high-quality manual GO annotation from all GO Consortium model organism groups and specialist groups.",
"example": "go:0006915",
Expand Down Expand Up @@ -47610,6 +47633,7 @@
"example": "25512",
"homepage": "https://github.com/geneontology/go-ontology",
"name": "GO Chemicals",
"part_of": "go",
"pattern": "^\\d+$",
"preferred_prefix": "GOCHE",
"rdf_uri_format": "http://purl.obolibrary.org/obo/GOCHE_$1",
Expand All @@ -47635,7 +47659,8 @@
"description": "A GO annotation is a statement about the function of a particular gene. Each annotation includes an evidence code to indicate how the annotation to a particular term is supported.",
"example": "IPI",
"homepage": "http://geneontology.org/docs/guide-go-evidence-codes/",
"name": "GO Evidence Code"
"name": "GO Evidence Code",
"part_of": "go"
},
"gold": {
"contact": {
Expand Down