Open hepcat72 opened 3 months ago
Rob, would you like me to draft this? Perhaps after you have made whatever updates you might be planning to the study doc?
I was hoping someone might do it, so yes! There are some tweaks I plan to make. They're outlined in this comment in the section: Sequence column/sheet confusion issues:
. There are a few other relevant changes planned, as mentioned in that comment, but most of it doesn't apply. You can skim it and see if there's anything that affects what you might write. One thing to call attention to is the automatic skipping of samples whose names contain "blank". Blank samples are not added to the Samples sheet, but if some other substring is used (e.g. bk
), that sample will get incorrectly added to the Samples sheet. So the user would have to manually delete that row from that sheet.
Changed this to optional, since the submission flow implementation provides instructions, making this issue a bit redundant. If we want to ultimately require it, I propose moving it to phase 2. Otherwise, let me know and I'll change it back to required here.
FEATURE REQUEST
Inspiration
Some of the sheets and columns of the study doc may be confusing to some researchers
Description
Create an instructions sheet that explains how to fill in the various sheets of the study doc. It should be the first sheet seen when the study doc is opened.
For now, just draft the sheet in an excel file and add it to the test data folder. Try and figure out how to best display the instructions for readability. Automatically adding it to the template will be a separate issue.
Alternatives
None
Dependencies
This issue cannot be started until the completion of the following issue(s)/ pull request(s):
issue_number_1
pull_request_1
Comment
None
ISSUE OWNER SECTION
Assumptions
Limitations
Affected Components
Requirements
DESIGN
Interface Change description
None provided
Code Change Description
None provided
Tests