sanger/sequencescape

View on GitHub
app/models/search/find_illumina_a_stock_plates.rb

Summary

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

# Handled finding of plates for the defunct Pulldown pipelines
# Can be deprecated.
# Api endpoints can be deprecated by raising {::Core::Service::DeprecatedAction}
class Search::FindIlluminaAStockPlates < Search::DeprecatedSearch
end