Skip to content

Commit

Permalink
Update SSSOM Extended Prefix Map (#478)
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 <matentzn@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and matentzn authored Dec 11, 2023
1 parent 3729508 commit 91b803f
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/sssom/obo.epm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5631,6 +5631,10 @@
"SNOMEDCT_US_2022_09_01",
"SNOMEDCT_US_2022_12_31",
"SNOMEDCT_US_2023_02_28",
"SNOMEDCT_US_2023_03_01",
"SNOMEDCT_US_2023_09_01",
"SNOMEDCT_US_2023_10_01",
"SNOMEDCT_US_2023_11_01",
"SNOMED_CT",
"SNOMED_CT_US_2018_03_01",
"SNOWMEDCT",
Expand Down Expand Up @@ -5668,6 +5672,10 @@
"http://bioregistry.io/SNOMEDCT_US_2022_09_01:",
"http://bioregistry.io/SNOMEDCT_US_2022_12_31:",
"http://bioregistry.io/SNOMEDCT_US_2023_02_28:",
"http://bioregistry.io/SNOMEDCT_US_2023_03_01:",
"http://bioregistry.io/SNOMEDCT_US_2023_09_01:",
"http://bioregistry.io/SNOMEDCT_US_2023_10_01:",
"http://bioregistry.io/SNOMEDCT_US_2023_11_01:",
"http://bioregistry.io/SNOMED_CT:",
"http://bioregistry.io/SNOMED_CT_US_2018_03_01:",
"http://bioregistry.io/SNOWMEDCT:",
Expand Down Expand Up @@ -5706,6 +5714,10 @@
"https://bioregistry.io/SNOMEDCT_US_2022_09_01:",
"https://bioregistry.io/SNOMEDCT_US_2022_12_31:",
"https://bioregistry.io/SNOMEDCT_US_2023_02_28:",
"https://bioregistry.io/SNOMEDCT_US_2023_03_01:",
"https://bioregistry.io/SNOMEDCT_US_2023_09_01:",
"https://bioregistry.io/SNOMEDCT_US_2023_10_01:",
"https://bioregistry.io/SNOMEDCT_US_2023_11_01:",
"https://bioregistry.io/SNOMED_CT:",
"https://bioregistry.io/SNOMED_CT_US_2018_03_01:",
"https://bioregistry.io/SNOWMEDCT:",
Expand Down Expand Up @@ -15485,10 +15497,12 @@
"http://identifiers.org/ilx/",
"http://identifiers.org/ilx:",
"http://scicrunch.org/scicrunch/interlex/view/ilx_",
"http://uri.interlex.org/base/",
"https://bioregistry.io/ILX:",
"https://bioregistry.io/interlex:",
"https://identifiers.org/ilx/",
"https://identifiers.org/ilx:"
"https://identifiers.org/ilx:",
"https://uri.interlex.org/base/"
]
},
{
Expand Down Expand Up @@ -17088,6 +17102,15 @@
"https://n2t.net/metacyc.compound:"
]
},
{
"prefix": "metacyc.pathway",
"uri_prefix": "https://metacyc.org/META/NEW-IMAGE?object=",
"uri_prefix_synonyms": [
"http://bioregistry.io/metacyc.pathway:",
"http://metacyc.org/META/NEW-IMAGE?object=",
"https://bioregistry.io/metacyc.pathway:"
]
},
{
"pattern": "^[A-Za-z0-9+_.%-:]+$",
"prefix": "metacyc.reaction",
Expand Down

0 comments on commit 91b803f

Please sign in to comment.