Skip to content

Commit

Permalink
Merge pull request #1907 from sanger/allow_submission_from_stock_plate
Browse files Browse the repository at this point in the history
add stock plate as limber plate
  • Loading branch information
dasunpubudumal authored Oct 28, 2024
2 parents 859dd00 + 763d303 commit 1124ec4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/pipelines/bespoke_pcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,19 @@ Bespoke PCR:
- SGE Library v0.2
library_pass: LBB Lib PCR-XP
relationships:
Stock Plate: LBB Ligation
LBB Cherrypick: LBB Ligation
LBC Cherrypick: LBB Ligation
LBB Ligation: LBB Lib PCR-XP

Bespoke PCR BCR:
filters:
request_type_key: limber_pcr_bespoke
library_type:
- Manual Chromium single cell BCR
library_pass: LBB Lib PCR-XP
relationships:
Stock Plate: LBB Enriched BCR
LBB Cherrypick: LBB Enriched BCR
LBC Cherrypick: LBB Enriched BCR
LBB Enriched BCR: LBB Ligation
Expand All @@ -56,6 +59,7 @@ Bespoke PCR BCR HT:
- Manual Chromium single cell BCR HT
library_pass: LBB Lib PCR-XP
relationships:
Stock Plate: LBB Enriched BCR HT
LBB Cherrypick: LBB Enriched BCR HT
LBC Cherrypick: LBB Enriched BCR HT
LBB Enriched BCR HT: LBB Ligation
Expand All @@ -67,6 +71,7 @@ Bespoke PCR TCR:
- Manual Chromium single cell TCR
library_pass: LBB Lib PCR-XP
relationships:
Stock Plate: LBB Enriched TCR
LBB Cherrypick: LBB Enriched TCR
LBC Cherrypick: LBB Enriched TCR
LBB Enriched TCR: LBB Ligation
Expand All @@ -78,6 +83,7 @@ Bespoke PCR TCR HT:
- Manual Chromium single cell TCR HT
library_pass: LBB Lib PCR-XP
relationships:
Stock Plate: LBB Enriched TCR HT
LBB Cherrypick: LBB Enriched TCR HT
LBC Cherrypick: LBB Enriched TCR HT
LBB Enriched TCR HT: LBB Ligation
Expand Down
5 changes: 5 additions & 0 deletions config/purposes/bespoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ LBB Enriched TCR:
LBB Enriched TCR HT:
:asset_type: plate
:creator_class: LabwareCreators::PartialStampedPlateWithoutDilution
Stock Plate:
:asset_type: plate
:stock_plate: true
:input_plate: true
:presenter_class: Presenters::StockPlatePresenter

0 comments on commit 1124ec4

Please sign in to comment.