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

Use OMO terms for synonym types #87

Closed
cthoyt opened this issue Sep 23, 2023 · 2 comments · Fixed by #88
Closed

Use OMO terms for synonym types #87

cthoyt opened this issue Sep 23, 2023 · 2 comments · Fixed by #88
Assignees

Comments

@cthoyt
Copy link
Contributor

cthoyt commented Sep 23, 2023

Several of the synonym type predicates can be replaced with OMO terms to standardize them

predicates = {
"acronym": broad_synonym,
"anamorph": related_synonym,
"blast name": related_synonym,
"common name": exact_synonym,
"equivalent name": exact_synonym,
"genbank acronym": broad_synonym,
"genbank anamorph": related_synonym,
"genbank common name": exact_synonym,
"genbank synonym": related_synonym,
"in-part": related_synonym,
"misnomer": related_synonym,
"misspelling": related_synonym,
"synonym": related_synonym,
"scientific name": exact_synonym,
"teleomorph": related_synonym,
}

I can make a small PR to this file to update the build.

@cmungall
Copy link
Member

cmungall commented Sep 25, 2023 via email

@cthoyt
Copy link
Contributor Author

cthoyt commented Sep 25, 2023

@cmungall see solution in #88

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 a pull request may close this issue.

2 participants