-
Notifications
You must be signed in to change notification settings - Fork 32
Adds Adipose tier2 fields #1638
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
base: staging
Are you sure you want to change the base?
Conversation
It's already part of the gut pr
| "user_friendly": "Nutritional state", | ||
| "example": "Should be one of: normal, fasting, or feeding tube removed." | ||
| }, | ||
| "fasting_time": { |
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.
Why no additional units attribute?
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.
Because the unit is already declared in the definition. The network expects hours to be a fitting unit for fasting time so we skipped adding a dedicated unit - we did this already for ischemic_time for example
| "biopsy_procedure": { | ||
| "description": "Type of biopsy procedure used in the sample collection.", | ||
| "type": "string", | ||
| "enum": [ |
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 see many biopsy entries in OLS. Should this be an ontology field, or is it not urgent?
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 suggested ontologies where possible but the bionetwork had very specific values for biopsy and we agreed to use an enum - if I remember well there is at least one more bionetwork that will add to this enum
json_schema/type/protocol/sequencing/library_preparation_protocol.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Hannes Schmidt <[email protected]>
Release notes
This PR adds the tier 2 fields requested by the Adipose bionetwork (reference sheet here) - none of the fields added in this PR are required
New optional fields
For
module/biomaterial/reproductive_history.json:For
module/biomaterial/blood_test.json:For
type/protocol/biomaterial_collection/collection_protocol.json:For
type/biomaterial/specimen_from_organism.json:For
type/biomaterial/cell_suspension.json:For
module/biomaterial/medical_history.json:For
module/biomaterial/lifestyle.json:For
type/protocol/sequencing/library_preparation_protocol.json:For
module/biomaterial/human_specific.json:Changes to existing fields
For
module/biomaterial/human_specific.json:Reviews requested
Need 4 Reviewers to approve because this is a major update