Skip to content

Commit

Permalink
Update SSSOM Extended Prefix Map (#539)
Browse files Browse the repository at this point in the history
This pull request updates sssom extended prefix map (epm). Make sure you
run make tests manually.

Co-authored-by: matentzn <[email protected]>
  • Loading branch information
github-actions[bot] and matentzn authored Jun 3, 2024
1 parent 0d7f09d commit 4026bef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sssom/obo.epm.json
Original file line number Diff line number Diff line change
Expand Up @@ -14586,7 +14586,7 @@
"hgnc.family",
"hgnc.genefamily"
],
"uri_prefix": "https://www.genenames.org/cgi-bin/genefamilies/set/",
"uri_prefix": "https://www.genenames.org/data/genegroup/#!/group/",
"uri_prefix_synonyms": [
"http://bioregistry.io/GFAM:",
"http://bioregistry.io/HGNC_GROUP:",
Expand All @@ -14599,6 +14599,7 @@
"http://identifiers.org/hgnc.genegroup:",
"http://n2t.net/hgnc.genefamily:",
"http://www.genenames.org/cgi-bin/genefamilies/set/",
"http://www.genenames.org/data/genegroup/#!/group/",
"https://bioregistry.io/GFAM:",
"https://bioregistry.io/HGNC_GROUP:",
"https://bioregistry.io/hgnc.family:",
Expand All @@ -14608,7 +14609,8 @@
"https://identifiers.org/hgnc.genefamily:",
"https://identifiers.org/hgnc.genegroup/",
"https://identifiers.org/hgnc.genegroup:",
"https://n2t.net/hgnc.genefamily:"
"https://n2t.net/hgnc.genefamily:",
"https://www.genenames.org/cgi-bin/genefamilies/set/"
]
},
{
Expand Down

0 comments on commit 4026bef

Please sign in to comment.