You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heavy_metals:
annotations:
Expected_value: heavy metal name;measurement value unit
Preferred_unit: microgram per gram
description: Heavy metals present in the sequenced sample and their concentrations.
For multiple heavy metals and concentrations, add multiple copies of this field
Description's guidance, "For multiple heavy metals and concentrations, add multiple copies of this field"
You can't do this in LinkML & this guidance won't validation.
Rather, it should be a compound field separated by a ; or | (See #465 (comment))
so ...
examples:
- value: mercury;0.09 micrograms per gram
Change to
examples:
- value: mercury,0.09 micrograms per gram
- value: mercury,0.09 micrograms per gram | lead,0.05 micrograms per gra,
The text was updated successfully, but these errors were encountered:
i agree with this, but we should review our exceptions about using whitespace between the pipe delimiter and the values on either side. I think that the following example
"mercury,0.09 micrograms per gram | lead,0.05 micrograms per gram"
would be expanded to these by most software applications
"mercury,0.09 micrograms per gram "
" lead,0.05 micrograms per gram"
So I would have written the example as "mercury,0.09 micrograms per gram|lead,0.05 micrograms per gram"
https://genomicsstandardsconsortium.github.io/mixs/0000652/
Current:
Description's guidance, "For multiple heavy metals and concentrations, add multiple copies of this field"
You can't do this in LinkML & this guidance won't validation.
Rather, it should be a compound field separated by a
;
or|
(See #465 (comment))so ...
Change to
The text was updated successfully, but these errors were encountered: