Module: Cherrypick

Defined in:
app/models/cherrypick.rb

Overview

Cherrypicking describes the transfer of selected samples from one or more plate, onto new locations on other plates.

Defined Under Namespace

Modules: VolumeByMicroLitre, VolumeByNanoGrams, VolumeByNanoGramsPerMicroLitre

Constant Summary collapse

Error =

Various types of error that can occur during cherrypicking

Class.new(StandardError)
VolumeError =
Class.new(Error)
ConcentrationError =
Class.new(Error)
AmountError =
Class.new(Error)