-
Notifications
You must be signed in to change notification settings - Fork 3
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
QC checks #385
base: main
Are you sure you want to change the base?
Conversation
@hrshdhgd @souzadevinicius We want to actually use a proper testing framework and setup as in #319, but we want to discuss setting that up in a standard, approved way before merging it, so we're getting the ball rolling now with some QC that involve simply running scripts. |
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.
@matentzn Mergeable unless you find any mistakes or have any suggestions.
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.
We need to discuss this in a call, as there are two architectural questions attached:
- All mondo related python code should be in mondolib so it gets the same code quality practices associated and shared code can be levaraged
- IMO the check you have here is Mondo-level, not Mondo-ingest level, so there is a question of where it should be deployed.
tests/check_dupe_exact_mappings.py
Outdated
@@ -0,0 +1,81 @@ | |||
"""Report duplciate exact mappings in mondo.sssom.tsv""" |
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.
Report duplicate exact mappings in mondo.sssom.tsv
One of the QC checks.
@@ -0,0 +1,90 @@ | |||
"""Checks that SSSOM is in sync with Mondo by ensuring that all SSSOM doesn't have any novel IDs.""" |
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.
Check SSSOM and ontology in sync
One of the QC checks.
Updates
QC checks
Addresses
mondo.owl
&mondo.sssom.tsv
differ #384Related
mondo.sssom.tsv
Multiple exact matches within source #368