Skip to content

Commit

Permalink
Merge pull request #1574 from sanger/DPL-915-Count-thawed-cells
Browse files Browse the repository at this point in the history
DPL-915 Count thawed cells
  • Loading branch information
KatyTaylor authored Feb 12, 2024
2 parents 12e5cb1 + 8ca3eeb commit a7830b7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/purposes/scrna_core_cdna_prep.wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,33 @@ LRC PBMC Cryostor:
# Plate containing defrosted PBMCs in PBS buffer.
LRC PBMC Defrost PBS:
:asset_type: plate
:label_template: plate_cellaca_qc # creates QC1 up to QC4 barcodes
:file_links:
- name: 'Download Cellaca Input QC1'
id: cellaca_input_file
params:
page: 0
- name: 'Download Cellaca Input QC2'
id: cellaca_input_file
params:
page: 1
- name: 'Download Cellaca Input QC3'
id: cellaca_input_file
params:
page: 2
- name: 'Download Cellaca Input QC4'
id: cellaca_input_file
params:
page: 3
:qc_thresholds:
viability:
units: '%'
default_threshold: 50
live_cell_count:
name: Cell count
units: 'cells/ml'
default_threshold: 400000
decimal_places: 0
:stock_plate: false
:input_plate: false
# Plate containing pooled PBMCs from different donors.
Expand Down

0 comments on commit a7830b7

Please sign in to comment.