-
Notifications
You must be signed in to change notification settings - Fork 8
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
1337 add slot bulk elect conductivity #1352
Conversation
Added bulk_elect_conductivity slot to Biosample in nmdc.yaml for EMSL compatibility.
Added example value from actual EMSL data, removed unnecessary alias.
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.
Thanks, @bmeluch . The is a good PR. Please revise it based on my comments, or explain why you don't think they're necessary (or could be dealt with at a future time)
@@ -1081,6 +1081,7 @@ classes: | |||
- sample_link | |||
|
|||
## EMSL slots | |||
- bulk_elect_conductivity |
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.
will you be moving all existing EMSL slots underneath this comment?
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 think it's useful to organize, so we know where it came from. The new slots will go here.. most of the slots are MIxS & already exist
Added "bulk_elect_conductivity" slot definition to nmdc.yaml, also added it to the list of slots in the Biosample class definition. This slot is being added for EMSL metadata compatibility.