Roboliq aims to make it easier to use liquid handling robots for automation in biological laboratories.
It lets you write protocols that are portable between labs, and it compiles the protocols for execution by liquid handling robots.
The only supported backend is for Tecan Evoware robots, but other backends can also be added.
This guide assumes that you have some familiarity with using the command line terminal.
- Install
nodejs
, which lets you execute Javascript programs. - If you're using Microsoft Windows, install the cygwin terminal, which will be used for typing in commands.
- Copy the Roboliq repository to your computer.
- Open the terminal, navigate to the directory where you copied the Roboliq
repository, and run
npm install
to download Roboliq's software requirements. - To generate the documentations, run
npm run docs
. You can then find the documentation in thedocs
subfolder with three sub-subfolders:protocol
,roboliq-evoware
, androboliq-processor
. In each of those, you can open theindex.html
file.
For more information, please see one of the following sources of documentation:
- Manual -- the Roboliq manual
- Protocol -- reference documentation for the commands and type available in Roboliq protocols
- Processor API -- programmer documentation for Roboliq's protocol processor
- Evoware API -- programmer documentation for Roboliq's Evoware backend