Open beatrizsavinhas opened 3 months ago
We should redefine this so that it would solve " Create a connection between our internal control and related samples of that same prep" in https://github.com/Clinical-Genomics/project-planning/issues/562
After our discussion in Issue Refinement @Clinical-Genomics/sysdev, I decided to clean up this issue to make it more clear! Feel free to change the description if you think something needs to be clarified.
As a production user and cg developer, I want to be able to easily get information on which internal negative control was used for the prep of a given sample, So that I don't have to manually search for it in lims.
Acceptance Criteria
Notes
This functionality would much facilitate QC checks for analyses that require internal controls, which is currently done manually.
Would be an important tool for this project: Improve the comparison and analysis of control samples in production
Suggested solution:
Alternative 1- Add aPool
table listing pools- Add aSamplePool
table displaying pool and samples relationship- A pool object includes corresponding sample links- The tables are populated from lims - relevant lims step: Target Enrichment TWISTAlternative 1 was decided against so as to not repeat in cg the information that is in LIMS.
Alternative 2
Sample
model and populate it with the corresponding internal control sampleImplementation plan