-
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
1000 model rna library preparation #2113
Conversation
Option 1 for modeling, separating concepts of stranded vs non stranded and then stranded orientation.
Model rna types in a single enumeration.
…ration_rna_option2.yaml Update file name
|
Thanks @aclum! I prefer the explicitness and atomicity of the |
Deleting this modeling example in favor of modeling strandedness and strand orientation separately.
Addes slots for rna library preparation
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.
Changes are additive, no migrators needed.
I agree. This schema change adds a non-required slot named is_stranded
to an existing class, adds a non-required slot named stranded_orientation
(whose range is an enum) to that same class, and defines that enum. None of that has the potential to make currently-valid data become invalid, which is what I consider to be the condition for whether a migrator is necessary or not.
I'm requesting a couple changes related to the spelling of "orientation". I don't have any other concerns about the changes in this PR.
Co-authored-by: eecavanna <134325062+eecavanna@users.noreply.github.com>
Co-authored-by: eecavanna <134325062+eecavanna@users.noreply.github.com>
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.
All of my concerns have been resolved. I'm comfortable with this being merged in.
Discussed at the workflows meeting and there were no concerns. |
Updates to metatranscriptome library prep enumerations.
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.
nice
This PR is to model how to capture RNA-seq library preparation information which is needed input for the expression step of the Metatranscriptome analysis workflow.
This adds two slots which are applied to Class LibraryPreparation.
Changes are additive, no migrators needed.