sanger / gatekeeper

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Setup config

     bundle exec rake config:generate
    
  2. Start Sequencescape server

     # move to Sequencescape directory
     bundle exec rails server
    
  3. start Gatekeeper server on a different port (e.g. 3001)

     # move back to Gatekeeper directory
     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.

License:MIT License


Languages

Language:Ruby 66.6%Language:HTML 14.2%Language:SCSS 9.6%Language:JavaScript 9.1%Language:Shell 0.3%Language:CSS 0.3%