sanger/sequencescape

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

Summary

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

# Deprecated search endpoint for legacy pulldown (SC ISC) pipelines
# Can be remove once database updated
class Search::FindPulldownStockPlates < Search::DeprecatedSearch
end