-
Notifications
You must be signed in to change notification settings - Fork 12
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 #568
base: master
Are you sure you want to change the base?
Conversation
src/sssom/obo.epm.json
Outdated
@@ -5282,6 +5296,7 @@ | |||
"prefix_synonyms": [ | |||
"MEDLINE", | |||
"PubMed", | |||
"PubMed ID", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cthoyt whitespace in a prefix, even if synonym?
@@ -5290,6 +5305,7 @@ | |||
"http://bio2rdf.org/pubmed:", | |||
"http://bioregistry.io/MEDLINE:", | |||
"http://bioregistry.io/PMID:", | |||
"http://bioregistry.io/PubMed ID:", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks bad.. @cthoyt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fearing the pubmed ID with whitespace might cause issues, wanting @cthoyt feedback before proceeding
8a140ac
to
20d99f6
Compare
20d99f6
to
f3e409f
Compare
This pull request updates sssom extended prefix map (epm). Make sure you run make tests manually.