Class: FlexibleCherrypickPipeline
- Inherits:
-
CherrypickForPulldownPipeline
- Object
- ActiveRecord::Base
- ApplicationRecord
- Pipeline
- GenotypingPipeline
- CherrypickingPipeline
- CherrypickForPulldownPipeline
- FlexibleCherrypickPipeline
- Defined in:
- app/models/flexible_cherrypick_pipeline.rb
Overview
rubocop:todo Style/Documentation
Constant Summary
Constants inherited from CherrypickForPulldownPipeline
CherrypickForPulldownPipeline::ALWAYS_SHOW_RELEASE_ACTIONS
Constants inherited from CherrypickingPipeline
CherrypickingPipeline::PICKED_STATES
Constants inherited from GenotypingPipeline
GenotypingPipeline::ALWAYS_SHOW_RELEASE_ACTIONS
Constants inherited from Pipeline
Pipeline::ALWAYS_SHOW_RELEASE_ACTIONS
Instance Method Summary collapse
Methods inherited from CherrypickForPulldownPipeline
#all_requests_from_submissions_selected?, #post_release_batch
Methods inherited from CherrypickingPipeline
#pick_information?, #robot_verified!, #update_detached_request
Methods inherited from GenotypingPipeline
Methods included from Pipeline::GroupByParent
#extract_requests_from_input_params, #input_labware, #output_labware, #requests_in_inbox
Methods included from Pipeline::InboxGroupedBySubmission
Methods inherited from Pipeline
#all_requests_from_submissions_selected?, #allow_tag_collision_on_tagging_task?, #completed_request_as_part_of_release_batch, #custom_message, #detach_request_from_batch, #extract_requests_from_input_params, #has_controls?, #input_labware, #is_read_length_consistent_for_batch?, #on_start_batch, #output_labware, #pick_information?, #post_release_batch, #request_actions, #request_count_in_inbox, #request_types_including_controls, #requests_in_inbox, #robot_verified!, #update_detached_request
Methods included from SharedBehaviour::Named
Methods included from Pipeline::BatchValidation
#validation_of_batch, #validation_of_batch_for_completion
Methods included from Uuid::Uuidable
included, #unsaved_uuid!, #uuid
Methods inherited from ApplicationRecord
convert_labware_to_receptacle_for, find_by_id_or_name, find_by_id_or_name!
Methods included from Squishify
Methods included from Warren::BroadcastMessages
#broadcast, included, #queue_associated_for_broadcast, #queue_for_broadcast, #warren
Instance Method Details
#post_finish_batch(batch, _user) ⇒ Object
2 3 4 |
# File 'app/models/flexible_cherrypick_pipeline.rb', line 2 def post_finish_batch(batch, _user) batch.requests.with_target.includes(:request_events).find_each(&:pass!) end |