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.
Command-line program
Section titled “Command-line program”npm install -g geni-bioinfoPython package
Section titled “Python package”pip install geni-bioinfoCheck what you have installed:
geni --versionThe rest of this documentation uses the command-line program.
Activate your account and sign in: Activation and authentication.