Class: Presenters::SplitPresenter

Inherits:
PlatePresenter show all
Includes:
Presenters::Statemachine::Standard
Defined in:
app/models/presenters/split_presenter.rb

Overview

The SplitPresenter is used for plates that has beed de-multiplexed and have ‘stock_barcode` in their metadata. This presenter will show the originating stock barcode as well.

Instance Method Summary collapse

Instance Method Details

#stock_plate_barcodeObject



26
27
28
# File 'app/models/presenters/split_presenter.rb', line 26

def stock_plate_barcode
  (labware.barcode.machine)
end