Class: Robots::QuadrantRobot

Inherits:
PoolingRobot show all
Defined in:
app/models/robots/quadrant_robot.rb

Overview

Quadrant robots take up to four parent plates which are numbered according to their quadrant. eg. A1 => 1, B1 => 2, A2 => 3, B2 => 4 While the pooling robot will work for the majority of cases, it exhibits incorrect behaviour if Well A1 is missing on any of the source wells.

Instance Method Summary collapse

Instance Method Details

#well_orderObject



11
12
13
# File 'app/models/robots/quadrant_robot.rb', line 11

def well_order
  :quadrant_index
end