-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat!: Support semicolon-separated lists in Factor Value fields #95
Conversation
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.
I believe already done in head together with #112. Please review and possibly close.
5bdf735
to
92563a1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #95 +/- ##
=======================================
Coverage 96.52% 96.53%
=======================================
Files 29 29
Lines 3428 3431 +3
=======================================
+ Hits 3309 3312 +3
Misses 119 119
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Factor Values behave very similar to Characteristics in Sample Name materials, but are meant to represent “variable manipulated by an experimentalist with the intention to affect biological systems” i.e. sample conditions.
https://isa-specs.readthedocs.io/en/latest/isatab.html?highlight=factor%20value#factor-value
Since we already process semicolon-separated list-type content in Characteristics, it makes a lot of sense to also do this for Factor Value nodes. fixes #93
To do:
BEGIN_COMMIT_OVERRIDE
feat!: Support semicolon-separated lists in Factor Value fields
END_COMMIT_OVERRIDE