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.
Installation
-
Install gems
bundle install
Setup
-
Setup config
bundle exec rake config:generate
-
Start Sequencescape server
# move to Sequencescape directory bundle exec rails server
-
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