forked from microbiomedata/nmdc-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove has_peptide_quantifications
values from proteomics records in workflow_execution_set
(make-rdf
workflow)
#270
Merged
Conversation
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
turbomam
changed the title
add updated project.Makefile
skip RDF conversion of metaproteomics analyses
Oct 2, 2024
|
more hyphens for pure-export --output option
eecavanna
approved these changes
Oct 2, 2024
just remove the one problematic slot |
yq eval 'del(.workflow_execution_set[].has_peptide_quantifications)' |
thanks @aclum i'm just deleting |
turbomam
changed the title
skip RDF conversion of metaproteomics analyses
Remove has_peptide_quantifications values from proteomics records in workflow_execution_set (make-rdf workflow)
Oct 3, 2024
turbomam
changed the title
Remove has_peptide_quantifications values from proteomics records in workflow_execution_set (make-rdf workflow)
Remove Oct 3, 2024
has_peptide_quantifications
values from proteomics records in workflow_execution_set
(make-rdf
workflow)
This can probably be reverted after |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR eliminates the conversion of metaproteomics analyses to RDF, as there are still all_proteins values that lack prefixes.
This could also be fixed by identifying opportunities to set a @base prefix in the schema or as part of the RDF conversion process.
@cmungall is investigating whether it might be
_base
, seeGuidelines
Soft Schema Freeze
The
nmdc-schema
andberkeley-schema-fy24
schemas are under a soft freeze, which means changes should not be made that have any downstream implications. To ensure this, all PRs created during the freeze will be closely reviewed with every component of the NMDC system in mind.Reviewers
To ensure no changes are made unexpectedly, PR creators will use this PR template to tag and notify all task coordinators. Review should be specifically requested from all Berkeley Schema Roll Out task coordinators that you expect to be affected by this PR.
We expect task coordinators to review PRs and provide feedback/approval within 1 week of when they are identified as reviewers.
PRs will NOT be merged until all task coordinators (or their delegates) have approved it; either here on GitHub (via "
Review changes
>Approve
" or an equivalent comment) or verbally.Expedition, questions, and discussion can happen at any meeting.
Delays in review & merging should be addressed in meetings or with NMDC leadership.
impact this component...
from this person
Schema
Mongo database
Database migrations
who will pull in
@shreddd as needed
Ingest
PR Information
What type of PR is this? (check all applicable)
class
,slot
, orenum
slot
ismultivalued
slot
is assigned to aclass
permissible_values
of anenum
class
,slot
, orenum
mappings
of aclass
,slot
, orenum
to an ontologyenum
for future use (it is not in therange
of anyslot
)Description
Related Issues
Did you add/update any tests?
Could this schema change make it so any valid data becomes invalid?
If you answered "Yes", does this PR branch include that migrator?
Does this PR have any downstream implications?