Module: UltimaSampleSheet::SampleSheetGenerator

Defined in:
app/controllers/ultima_sample_sheet/sample_sheet_generator.rb

Defined Under Namespace

Classes: Generator

Class Method Summary collapse

Class Method Details

.generate(batch) ⇒ String

Initiates the sample sheet generation for the given batch.

Parameters:

  • batch (UltimaSequencingBatch)

    the batch to generate sample sheets for

Returns:

  • (String)

    the ZIP archive as a binary string



9
10
11
# File 'app/controllers/ultima_sample_sheet/sample_sheet_generator.rb', line 9

def self.generate(batch)
  Generator.new(batch).generate
end