Skip to content

Commit

Permalink
Merge pull request #2037 from sanger/scrna-core-bed-verification-chan…
Browse files Browse the repository at this point in the history
…ge-2

Customer-requested bed number change
  • Loading branch information
KatyTaylor authored Nov 5, 2024
2 parents d3948a3 + adebf9a commit 5938412
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/robots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3626,16 +3626,16 @@
name: 'Hamilton LRC PBMC Pools (or Input) => LRC GEM-X 5p Chip',
require_robot: true,
beds: {
bed(8).barcode => {
bed(5).barcode => {
purpose: ['LRC PBMC Pools', 'LRC PBMC Pools Input'],
states: ['passed'],
label: 'Bed 8'
label: 'Bed 5'
},
bed(15).barcode => {
purpose: 'LRC GEM-X 5p Chip',
states: ['pending'],
label: 'Bed 15',
parent: bed(8).barcode,
parent: bed(5).barcode,
target_state: 'passed'
}
}
Expand All @@ -3655,10 +3655,10 @@
states: ['passed'],
label: 'Bed 15'
},
bed(5).barcode => {
bed(4).barcode => {
purpose: 'LRC GEM-X 5p GEMs',
states: ['pending'],
label: 'Bed 5',
label: 'Bed 4',
parent: bed(15).barcode,
target_state: 'passed'
}
Expand Down

0 comments on commit 5938412

Please sign in to comment.