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

Update SSSOM Extended Prefix Map #475

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 4, 2023

This pull request updates sssom extended prefix map (epm). Make sure you run make tests manually.

@@ -5567,6 +6413,9 @@
{
"pattern": "^\\d+$",
"prefix": "VariO",
"prefix_synonyms": [
"vario"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cthoyt not that with a similar logic you could have added VARIO as a prefix as well - I guess you know but want to move the world closer to lower case prefixes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Bioregistry canonical prefixes are lower, this just adds those. A more generic adding of lower/upper is going in biopragmatics/bioregistry#969, but there are awful OBO corner case I have't figured out in general yet

@@ -685,6 +803,9 @@
{
"pattern": "^\\d{7}$",
"prefix": "CO_320",
"prefix_synonyms": [
"co_320"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cthoyt note the underscores are still here.

@matentzn matentzn merged commit c1b0ef8 into master Dec 4, 2023
@matentzn matentzn deleted the create-pull-request/patch branch December 4, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants