sanger/sequencescape

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

Summary

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

# Handled finding of tubes for the defunct Illumina-B pipelines
# Can be deprecated.
# Api endpoints can be deprecated by raising {::Core::Service::DeprecatedAction}
class Search::FindIlluminaCTubes < Search::DeprecatedSearch
end