sanger/sequencescape

View on GitHub
app/api/io/multiplexed_library_tube.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
class Io::MultiplexedLibraryTube < Io::LibraryTube
  set_model_for_input(::MultiplexedLibraryTube)
  set_json_root(:multiplexed_library_tube)

  define_attribute_and_json_mapping('')
  # TODO: Find an efficient way to display state as it kills transfers_to_tubes for plates!
  #  define_attribute_and_json_mapping(%Q{
  #    state  => state
  #  })
end