Class: LabwareCreators::PooledTubesBySubmission

Inherits:
PooledTubesBase show all
Includes:
SupportParent::PlateReadyForPoolingOnly
Defined in:
app/models/labware_creators/pooled_tubes_by_submission.rb

Overview

Creates a new tube per submission, and transfers all the wells matching that submission into each tube.

Direct Known Subclasses

PooledTubesBySubmissionWithPhiX

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from LabwareCreators::Base

Instance Method Details

#parentObject Originally defined in module SupportParent::PlateReadyForPoolingOnly

#poolsObject



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

def pools
  @pools ||= determine_pools
end