-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix multiple conditions parsing #115
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
=======================================
Coverage 95.02% 95.02%
=======================================
Files 11 11
Lines 462 462
=======================================
Hits 439 439
Misses 23 23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I wonder how they got in there? Added before fixes? |
The errors? Could have happened before or after. The check for what's included in the associated conditions is not that strict, even if it kind of pre-fills the field for you already (so if you stick to what's there you should be fine). I wonder if we should make it super strict instead.. Like if you add an HP term then it should have the format HP:0000356 and not HP:HP:0000356 or HP:somedisease and so on.. |
Ah, ofcourse - they are manual adds?! I was wondering how they ended up there, and was searching for the events. 😆 |
I'll clean up that submission, but lets fix. |
Agreed |
This PR adds | fixes:
multipleConditionExplanation
(fix ClinVar upload issues.. #114 )How to prepare for test:
MultipleConditionExplanation
to lower caseHow to test:
Expected outcome:
Review:
This version is a: