Class: Robot::Verification::SourceDestBeds
- Defined in:
- app/models/robot/verification/source_dest_beds.rb
Overview
This class of verification is for robots where the source plates share the same beds as control plates.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#all_picks, #pick_number_to_expected_layout, #pick_numbers, #record_plate_types, #valid_submission?, #validate_barcode_params
Instance Method Details
#layout_data_object(data_object) ⇒ Object
6 7 8 9 10 |
# File 'app/models/robot/verification/source_dest_beds.rb', line 6 def layout_data_object(data_object) = (data_object['destination']) = (data_object['destination']) # uses 'mapping' -> 'src_well' [, ] end |