diff --git a/.release-version b/.release-version index 850ac8f28..5e895b243 100644 --- a/.release-version +++ b/.release-version @@ -1 +1 @@ -3.46.0 +3.47.0 diff --git a/config/robots.rb b/config/robots.rb index 7db160a69..6f3dbea0d 100644 --- a/config/robots.rb +++ b/config/robots.rb @@ -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',