Class: LabwareCreators::FixedNormalisedPlate

Inherits:
PartialStampedPlate show all
Defined in:
app/models/labware_creators/fixed_normalised_plate.rb

Overview

Handles the generation of fixed normalised plate. This type of plate has a source and diluent volume specified in the purpose configuration. Wells are stamped across without any rearrangements. The child well concentrations are calculated and written as qc_results on the plate.

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from LabwareCreators::Base

Instance Method Details

#dilutions_calculatorObject



9
10
11
# File 'app/models/labware_creators/fixed_normalised_plate.rb', line 9

def dilutions_calculator
  @dilutions_calculator ||= Utility::FixedNormalisationCalculator.new(dilutions_config)
end