Skip to content

Commit

Permalink
Added scRNA bed verification for LRC GEM-X 5p cDNA PCR to LRC GEM-X 5…
Browse files Browse the repository at this point in the history
…p cDNA PCR XP
  • Loading branch information
yoldas committed Nov 20, 2024
1 parent abd7f03 commit 14354ed
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/robots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3688,6 +3688,29 @@
}
)

# 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',
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 14354ed

Please sign in to comment.