Skip to content

Commit

Permalink
Merge pull request #2077 from sanger/1395-dpl-922-transfer-into-cdna-…
Browse files Browse the repository at this point in the history
…pcr-xp-plate

DPL-922 PR [Limber] Transfer into cDNA PCR XP plate
  • Loading branch information
yoldas authored Nov 29, 2024
2 parents 369146b + e43cc0e commit f24d9bb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/robots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3688,6 +3688,30 @@
}
)

# scRNA pipeline
# Hamilton bed verification
# LRC GEM-X 5p cDNA PCR to LRC GEM-X 5p cDNA PCR XP
# Transfers 1:1
custom_robot(
'hamilton-lrc-gem-x-cdna-pcr-to-lrc-gem-x-5p-cdna-pcr-xp',
name: 'Hamilton LRC GEM-X 5p cDNA PCR => LRC GEM-X 5p cDNA PCR XP',
require_robot: true,
beds: {
bed(13).barcode => {
purpose: 'LRC GEM-X 5p cDNA PCR',
states: ['passed'],
label: 'Bed 13'
},
bed(3).barcode => {
purpose: 'LRC GEM-X 5p cDNA PCR XP',
states: ['pending'],
label: 'Bed 3',
parent: bed(13).barcode,
target_state: 'passed'
}
}
)

# ANOSPP Beckman bed verification
# LANS-96 Stock ethanol removal step
custom_robot(
Expand Down

0 comments on commit f24d9bb

Please sign in to comment.