generated from linkml/linkml-template
-
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
Remodeling of range for analyte_cateogry #2249
Merged
aclum
merged 8 commits into
main
from
2154-berkeley-breakdown-analytecategoryenum-into-types-allowable-for-nucleotidesequencing-and-massspectrometry
Dec 17, 2024
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6828d55
added two new enums (NucleotideSequencingEnum and MassSpectrometryEnu…
samobermiller e9f0d7d
Merge branch 'main' into 2154-berkeley-breakdown-analytecategoryenum-…
aclum 055f576
Breaking up AnalyteCategoryEnum
aclum ac1cd83
Update basic_slots.yaml
aclum 515532d
Update basic_slots.yaml
aclum c2fc4cd
Update basic_slots.yaml
aclum 03c6da0
Update basic_slots.yaml
aclum 88724e0
Update basic_slots.yaml
aclum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
id: nmdc:dgms-99-oW43DzG1 | ||
type: nmdc:MassSpectrometry | ||
has_input: | ||
- nmdc:procsm-11-9gjxns61 | ||
has_output: | ||
- nmdc:dobj-00-9n9n9n | ||
has_mass_spectrometry_configuration: nmdc:mscon-99-oW43DzG0 | ||
eluent_introduction_category: direct_infusion_syringe | ||
analyte_category: metagenome | ||
associated_studies: | ||
- nmdc:sty-00-555xxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#test to check readding prefix 'omprc' as a valid id pattern | ||
id: nmdc:omprc-99-zUCd5N | ||
type: nmdc:NucleotideSequencing | ||
analyte_category: metaproteome | ||
alternative_identifiers: | ||
- gold:Gp0108335 | ||
name: Thawing permafrost microbial communities from the Arctic, studying carbon | ||
transformations - Permafrost 712P3D | ||
has_input: | ||
- nmdc:bsm-00-red | ||
add_date: 30-OCT-14 12.00.00.000000000 AM | ||
mod_date: 22-MAY-20 06.13.12.927000000 PM | ||
has_output: | ||
- nmdc:dobj-00-9n9n9n | ||
ncbi_project_name: Thawing permafrost microbial communities from the Arctic, studying | ||
carbon transformations - Permafrost 712P3D | ||
processing_institution: JGI | ||
associated_studies: | ||
- nmdc:sty-00-xxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
👍 - so for now, we fall back to "string" for the range of
analyte_category
if not otherwise defined inslot_usage
.