-
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
Y24-313 - PBMC donor pooling - use requested number of samples per pool #1909
Y24-313 - PBMC donor pooling - use requested number of samples per pool #1909
Comments
Have asked Lesley the following in Slack:
|
Looked at this with Andrew. Storing the 'requested number of cells per pool' on request metadata is not straightforward because we'd have to add a new column. Thought of the following options:
|
oh-oh :D I have done a bit of work on https://github.com/sanger/sequencescape/pull/4346/files. Is it inconsistent with what you guys have discussed? I thought we were going to add a new column. |
User story
As a user of the scRNA Core pipeline, I would like the automatic allocation of samples to pools to behave differently.
Currently, a config table is used that maps number of samples to number of pools (see
interim_scrna_core_donor_pooling.yml
and comment here). Instead, we would like to specify a number of samples per pool, which could vary from pool to pool - this information will come in at the point of submission (implemented in sanger/sequencescape#4337).This is a first step in supporting a more flexible pooling strategy, where the customer can specify the number of cells per pool and the number of cells per chip well. This story is to support a pre-MVP so that something can be in place for when R&D do a test run.
Who are the primary contacts for this story
Abby, Katy
Who is the nominated tester for UAT
Abby
Acceptance criteria
To be considered successful the solution must allow:
interim_scrna_core_donor_pooling.yml
to decide the number and size of the pools, labware creatordonor_pooling_plate.rb
uses the requested number of samples per pool.Dependencies
The number of samples per pool will come in as part of the submission:
It's not blocking as, for this story, we can just assume it's stored against the request metadata.
Additional context
This is for the 'pre-MVP' version, to be used for R&D's end to end test. This will have to be re-jigged for MVP to allow a variable number of samples per pool, and potentially to add logic to achieve an even distribution of concentrations if possible.
Integration suite test PR is here
The text was updated successfully, but these errors were encountered: