-
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
Feat/bulk methylation templates #80
Conversation
anngvu
commented
Nov 28, 2023
•
edited
Loading
edited
- Close Import bisulfite-sequencing template (level 2/3) #67: Added templates based on HTAN version, but removed a couple of optional attributes to keep more streamlined.
- Also throw in Add the dca-template-config.json to this repo and use for testing #79: Easier testing, prepare us for new December setup.
Test Suite ReportTemplate Generation
Manifest ValidationTODO |
7ff8682
to
9c6da66
Compare
@@ -1,15 +1,23 @@ | |||
classes: | |||
|
|||
Sequencing: | |||
File: |
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.
Wondering if we want to change imaging to inherit from "File" as well.
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.
Might not be as easy as I think though..
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.
OK after trial and errors..I just changed LabID to ParticipantID to be consistent with the other templates..I think that's all for now -
General question on the inheriting - Can we do "is_a" across different yaml files? (Like have imaging inherit from File if it's in another yaml file?)
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.
OK, thanks for updating LabID to make it more consistent. Yep, can do is_a
across different files.
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.
We'll apply the refactoring for imaging in another PR to keep this one smaller.
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.
Looks good to me! Or we can make additional changes to imaging now re: my File comment
remove LabID since it's duplicated by ParticipantID