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

DPL-823 Import PBMC pool plates into Sequencescape (simple version) #4039

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# scRNA Core pipeline purposes
# Most are defined in the Limber config, but the below also need to be defined in Sequencescape.
# They are in a separate file so it can be 'feature flagged off' until needed.
---
# The 'LRC PBMC Pools' purpose is controlled by Limber. However, it has been
# added here to create submission and request type records for scRNA Core cDNA
# Prep stage.
---
LRC PBMC Pools:
stock_plate: false
cherrypickable_target: false
# The 'LRC PBMC Pools Input' purpose is included here so that it's available for
# sample manifests.
LRC PBMC Pools Input:
stock_plate: true
cherrypickable_target: false
8 changes: 8 additions & 0 deletions config/sample_manifest_excel/manifest_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@ plate_bioscan:
- :sample_type
- :donor_id
- :bioscan_control_type
plate_scrna_core_pools:
heading: "scRNA Core Pools Plate"
asset_type: "plate"
columns:
- :sanger_plate_id
- :well
- :sanger_sample_id
- :supplier_name
tube_default:
heading: "Default Tube"
asset_type: "1dtube"
Expand Down
Loading