sanger/sequencescape

View on GitHub
app/models/pulldown/requests/sc_library_request.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module Pulldown::Requests
  # Sequence capture
  # See ISC
  # Legacy version where samples were subject to pulldown before
  # pooling. Used more bait.
  class ScLibraryRequest < LibraryCreation
    include BaitLibraryRequest
  end
end