SkillAgentSearch skills...

Roboliq

Roboliq - software for controlling liquid handling robots

Install / Use

/learn @ellis/Roboliq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Roboliq

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.

Installation

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 the docs subfolder with three sub-subfolders: protocol, roboliq-evoware, and roboliq-processor. In each of those, you can open the index.html file.

Documentation

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
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated2mo ago
Forks0

Languages

Scala

Security Score

90/100

Audited on Jan 21, 2026

No findings