Skip to content
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

Y25-077 - Maintain customer-requested number of repeats (SS) #4652

Open
1 task done
KatyTaylor opened this issue Feb 3, 2025 · 2 comments · May be fixed by #4682
Open
1 task done

Y25-077 - Maintain customer-requested number of repeats (SS) #4652

KatyTaylor opened this issue Feb 3, 2025 · 2 comments · May be fixed by #4682
Assignees
Labels
scRNA - cDNA prep scRNA Size: M Medium - medium effort & risk

Comments

@KatyTaylor
Copy link
Contributor

KatyTaylor commented Feb 3, 2025

This is necessary for sanger/limber#2164 to be delivered.

Acceptance Criteria

At point of cDNA prep submission (Sequencescape):

  • Calculate the "allowance band" and save into a new field on request metadata (or somewhere else if makes more sense). Allowance band can be:
    • "Full allowance" (or "2 pool attempts, 2 counts")
    • "2 pool attempts, 1 count"
    • "1 pool attempt, 2 counts"
    • "1 pool attempt, 1 count"

"Allowance band" calculations:

There is already code in the submission upload that calculates whether there will be enough material for the "full allowance" (one of the bands) - added in story #4460.
See Calculations section of that story for how.

The calculations for the other bands are similar:

"Full allowance" = ( "Chip loading volume" * 2) + (2 * 10) + 5
"2 pool attempts, 1 count" = ( "Chip loading volume" * 2) + 10 + 5
"1 pool attempt, 2 counts" = "Chip loading volume" + (2 * 10) + 5
"1 pool attempt, 1 count" = "Chip loading volume" + 10 + 5

@psd-issuer psd-issuer bot changed the title Calculate the "allowance band" and save into a new field on request metadata (or somewhere else if makes more sense). Allowance band can be: Y25-076 - Calculate the "allowance band" and save into a new field on request metadata (or somewhere else if makes more sense). Allowance band can be: Feb 3, 2025
@KatyTaylor KatyTaylor changed the title Y25-076 - Calculate the "allowance band" and save into a new field on request metadata (or somewhere else if makes more sense). Allowance band can be: Y25-025 - Maintain customer-requested number of repeats (SS) Feb 3, 2025
@KatyTaylor KatyTaylor changed the title Y25-025 - Maintain customer-requested number of repeats (SS) Maintain customer-requested number of repeats (SS) Feb 3, 2025
@KatyTaylor KatyTaylor transferred this issue from sanger/limber Feb 3, 2025
@psd-issuer psd-issuer bot changed the title Maintain customer-requested number of repeats (SS) Y25-077 - Maintain customer-requested number of repeats (SS) Feb 3, 2025
@KatyTaylor KatyTaylor added Size: M Medium - medium effort & risk scRNA scRNA - cDNA prep labels Feb 3, 2025
@sabrine33 sabrine33 self-assigned this Feb 7, 2025
@BenTopping
Copy link
Contributor

@KatyTaylor Would all existing libraries be considered "Full allowance" for the new metadata? Since we are checking for this new metadata in Limber we don't want to break existing/in progress runs so do we need to backfill the existing data with "Full allowance"?

@KatyTaylor
Copy link
Contributor Author

@KatyTaylor Would all existing libraries be considered "Full allowance" for the new metadata? Since we are checking for this new metadata in Limber we don't want to break existing/in progress runs so do we need to backfill the existing data with "Full allowance"?

Hi @BenTopping , thanks for raising this. The only samples that have gone through this pipeline so far are:

  • A test run that R&D did - using real samples - but this is finished and there's no need to backfill data for this, as this data is only used at the point of pooling (theoretically it could be used for reporting after the fact, but I don't think it will matter for this test run)
  • A HumGen run - libraries made in Dec, still hasn't been sequenced (I think) - not relevant for this, because it used the GEMs plate entrypoint, so after pooling.

So no need, but good to have thought about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scRNA - cDNA prep scRNA Size: M Medium - medium effort & risk
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants