Skip to content

Gatekeeper is used to track the production and validation of batches of tag plates for sequencing. It is designed to interface with the Sequencescape LIMS.

License

Notifications You must be signed in to change notification settings

sanger/gatekeeper

Repository files navigation

Gatekeeper

Build Status

Gatekeeper is used to track the production and validation of batches of tag plates for sequencing. It is designed to interface with the Sequencescape LIMS.

Installation

  1. Install gems

     bundle install
    

Setup

  1. Start Sequencescape server on port 3000

     # move to Sequencescape directory
     bundle exec rails server
    
  2. Setup config

     # This runs `lib/tasks/config.rake` which creates an file in the `environments` directory
     bundle exec rake config:generate
    
  3. Start Gatekeeper server on a different port (e.g. 3001)

     bundle exec rails server -p 3001
    

Testing

To run tests:

bundle exec rake

Yard

To run the Yard server

bundle exec yard server

About

Gatekeeper is used to track the production and validation of batches of tag plates for sequencing. It is designed to interface with the Sequencescape LIMS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published