Skip to content

Install the CLI and Python package

GENI Workflows exposes a public API where every endpoint is authenticated with JWT. The API lives at https://workflows-api.geni-bioinfo.com.br/. Two clients are provided: a command-line program and a Python package.

Terminal window
npm install -g geni-bioinfo
Terminal window
pip install geni-bioinfo

Check what you have installed:

Terminal window
geni --version

The rest of this documentation uses the command-line program.

Activate your account and sign in: Activation and authentication.