Skip to content

Commit

Permalink
Merge pull request #1591 from sanger/develop
Browse files Browse the repository at this point in the history
Develop into master
  • Loading branch information
yoldas authored Feb 21, 2024
2 parents e16f6ea + 060ce4d commit cfcd583
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.46.0
3.47.0
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 cfcd583

Please sign in to comment.