Skip to content

Commit

Permalink
Merge pull request #1588 from sanger/dpl-332-add-robot
Browse files Browse the repository at this point in the history
Added bravo robot to GBS PCR1 to GBS PCR2 transfer step
  • Loading branch information
yoldas authored Feb 21, 2024
2 parents 87f4aa7 + fb2d18d commit 8ba7f14
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/robots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,25 @@
class: 'Robots::QuadrantRobot'
)

custom_robot(
'bravo-gbs-pcr1-to-gbs-pcr2',
name: 'bravo GBS PCR1 => GBS PCR2',
beds: {
bed(4).barcode => {
purpose: 'GBS PCR1',
states: ['passed'],
label: 'Bed 4'
},
bed(6).barcode => {
purpose: 'GBS PCR2',
states: ['pending'],
label: 'Bed 6',
parent: bed(4).barcode,
target_state: 'started'
}
}
)

# GnT Stuff, might change a lot.
custom_robot(
'hamilton-gnt-stock-to-gnt-scdna-stock',
Expand Down

0 comments on commit 8ba7f14

Please sign in to comment.