sanger/sequencescape

View on GitHub
app/models/pulldown_multiplexed_library_creation_request.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
class PulldownMultiplexedLibraryCreationRequest < CustomerRequest
  # override default behavior to not copy the aliquots
  def on_started
  end
end