Class: DuplexSeq::WellDetailsHeader

Inherits:
WellDetailsHeaderBase
  • Object
show all
Defined in:
app/models/labware_creators/pcr_cycles_binned_plate/csv_file/duplex_seq/well_details_header.rb

Overview

Class WellDetailsHeader provides a simple wrapper for handling and validating the plate barcode header row from the customer csv file

Constant Summary collapse

SUBMIT_FOR_SEQUENCING_COLUMN =
'Submit for sequencing (Y/N)?'
SUB_POOL_COLUMN =
'Sub-Pool'
COVERAGE_COLUMN =
'Coverage'
NOT_FOUND =
'could not be found in: '

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_columnObject (readonly)

Return the index of the respective column.



14
15
16
# File 'app/models/labware_creators/pcr_cycles_binned_plate/csv_file/duplex_seq/well_details_header.rb', line 14

def coverage_column
  @coverage_column
end

#sub_pool_columnObject (readonly)

Return the index of the respective column.



14
15
16
# File 'app/models/labware_creators/pcr_cycles_binned_plate/csv_file/duplex_seq/well_details_header.rb', line 14

def sub_pool_column
  @sub_pool_column
end

#submit_for_sequencing_columnObject (readonly)

Return the index of the respective column.



14
15
16
# File 'app/models/labware_creators/pcr_cycles_binned_plate/csv_file/duplex_seq/well_details_header.rb', line 14

def submit_for_sequencing_column
  @submit_for_sequencing_column
end