Roboliq Processor

Roboliq takes biological protocols and compiles them for robotic lab automation. This documentation was generated with JSDoc. It contains programmer documentation about the functions used in Roboliq's protocol processor.

Additional documentation

  • Manual -- the Roboliq manual
  • Processor API -- programmer documentation for Roboliq's protocol processor
  • Evoware API -- programmer documentation for Roboliq's Evoware backend

Setup

npm install

Development

To run the tests:

npm test

To update the parsers (e.g for well locations):

npm run pegjs

To generate the HTML documentation:

npm run jsdoc