sanger / sequencescape

Web based LIMS
MIT License
87 stars 33 forks source link

DPL-541 Bioscan OKR: MVP Tag plate creation #3692

Closed andrewsparkes closed 1 month ago

andrewsparkes commented 1 year ago

User story As R&D we need an MVP way to create the 24 x 384-well tag plate variants required for a month's set of work on the Bioscan project.

Who are the primary contacts for this story Scott T Emma B Andrew S

Who is the nominated tester for UAT Scott T

Acceptance criteria To be considered successful the solution must allow:

Dependencies None

References This story has a non-blocking relationship with: Other Bioscan OKR stories.

Additional context See the tag plate creation tab in this document. See the research story comments here https://github.com/sanger/General-Backlog-Items/issues/219 for info on the new 'direction' algorithm required.

andrewsparkes commented 1 year ago

Tag plates do not contain aliquots in their wells. The plate itself has a link to the tag layout template. To determine which template was used when a tag plate was created: See qcables table, which links asset (plate) to the lot id. When you create a tag plate, you create a qcables row. Then see the lots table which links the lot to a tag layout template id. Then see tag_layout_templates which links the template to the tag groups for tag 1 and 2, and to the direction and walking algorithms to use. So when the tag plate is used later, the correct tags are applied to the aliquots in the wells which are created to hold the samples transferred into the tag plate from the parent (tag plate is now the child plate).