DryLab CLI
The Drylab CLI is a command-line tool to automate reproducibility for computational biology papers. It works locally and integrates with the DryLab API to fetch, interpret, and recreate computational environments and workflows from PDFs or DOIs.
Installation
Update
To update the Drylab CLI to the latest version, run:
Usage
Use --help
with any command to see options:
Authorisation
You can either use the CLI as it is for free with significant rate limits, or add a Gemini API key to a file called .env
inside the root directory of your project:
Last updated