Skip to content
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

Add permissible value and example use for GC/MS raw data #2334

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/data/valid/Database-metabolomics_calibration_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ data_object_set:
file_size_bytes: 1818624
type: nmdc:DataObject
data_object_type: Reference Calibration File
- id: nmdc:dobj-13-vws2zc98
name: Froze_Core_2015_S1_20_30_19_Metab.cdf
description: Full scan GC-MS raw data file
file_size_bytes: 1818624
type: nmdc:DataObject
data_object_type: GC-MS Raw Data
workflow_execution_set:
- type: nmdc:MetabolomicsAnalysis
has_input:
Expand Down
3 changes: 3 additions & 0 deletions src/schema/basic_slots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,9 @@ enums:
LC-DDA-MS/MS Raw Data:
description: Liquid chromatographically separated MS1 and Data-Dependent MS2 binary instrument file

GC-MS Raw Data:
description: Gas chromatography-mass spectrometry raw data, full scan mode.

Configuration toml:
description: >-
A configuration toml file used by various programs to store settings that are specific to their
Expand Down