Skip to content
mattdenner edited this page Mar 11, 2011 · 7 revisions

This is the wiki for the Sequencescape API Ruby client library. Sequencescape is a LIMS written by The Wellcome Trust Sanger Institute.

TL;DR

  1. In bundler gem 'sequencescape-client-api', :git => 'https://github.com/sanger/sequencescape-client-api.git', :require => 'sequencescape'
  2. Create an instance of Sequencescape::Api with correct information (see Working-with-the-Ruby-client-library).
  3. Access resource types through that instance
  4. Use find(UUID), create!(attributes), update_attributes!(attributes), save!
  5. Define associations with has_many and belongs_to (see Extending-the-Ruby-client-library)
Clone this wiki locally