Skip to content

Commit

Permalink
Merge pull request #1370 from sanger/dpl-882-lcmb-bed-verification
Browse files Browse the repository at this point in the history
LCMB bed verification config changes
  • Loading branch information
Sangeetha-Bheeman authored Sep 6, 2023
2 parents 3416f8a + 2932529 commit ee6aea0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.37.0
3.37.1
10 changes: 5 additions & 5 deletions config/robots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2971,10 +2971,10 @@
name: 'Bravo LCMB End Prep',
require_robot: true,
beds: {
bed(7).barcode => {
bed(5).barcode => {
purpose: 'LCMB End Prep',
states: ['started'],
label: 'Bed 7',
label: 'Bed 5',
target_state: 'passed'
}
}
Expand All @@ -2990,16 +2990,16 @@
name: 'Bravo LCMB End Prep => LCMB Lib PCR',
verify_robot: true,
beds: {
bed(5).barcode => {
bed(7).barcode => {
purpose: 'LCMB End Prep',
states: ['passed'],
label: 'Bed 5'
label: 'Bed 7'
},
bed(6).barcode => {
purpose: 'LCMB Lib PCR',
states: ['pending'],
label: 'Bed 6',
parent: bed(5).barcode,
parent: bed(7).barcode,
target_state: 'passed'
}
}
Expand Down

0 comments on commit ee6aea0

Please sign in to comment.