Class: ElementAvitiSequencingPipeline

Inherits:
SequencingPipeline show all
Defined in:
app/models/element_aviti_sequencing_pipeline.rb

Overview

Specialized sequencing pipeline for Element Aviti

Instance Method Summary collapse

Methods inherited from SequencingPipeline

#detach_request_from_batch, #is_flowcell_type_consistent_for_batch?, #is_read_length_consistent_for_batch?, #on_start_batch, #request_actions

Methods inherited from Pipeline

#all_requests_from_submissions_selected?, #completed_request_as_part_of_release_batch, #detach_request_from_batch, #extract_requests_from_input_params, #input_labware, #is_flowcell_type_consistent_for_batch?, #is_read_length_consistent_for_batch?, #on_start_batch, #output_labware, #pick_information?, #post_finish_batch, #request_actions, #request_count_in_inbox, #request_types_including_controls, #requests_in_inbox, #robot_verified!

Methods included from SharedBehaviour::Named

included

Methods included from Pipeline::BatchValidation

#validation_of_batch

Methods included from Uuid::Uuidable

included, #unsaved_uuid!, #uuid

Methods inherited from ApplicationRecord

alias_association, convert_labware_to_receptacle_for, find_by_id_or_name, find_by_id_or_name!

Methods included from Squishify

extended

Instance Method Details

#post_release_batch(batch, _user) ⇒ Object



5
6
7
8
9
# File 'app/models/element_aviti_sequencing_pipeline.rb', line 5

def post_release_batch(batch, _user)
  # Same logic as the superclass, but with a different Messenger root
  batch.assets.compact.uniq.each(&:index_aliquots)
  Messenger.create!(target: batch, template: 'FlowcellIo', root: 'eseq_flowcell')
end