🌵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
$ brew tap effieklimi/drylab
$ brew install drylab
Update
To update the Drylab CLI to the latest version, run:
$ brew update drylab
Usage
$ drylab [command] [options]
Use --help
with any command to see options:
$ drylab reproduce --help
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:
GEMINI_API_KEY="YourSuperSecretAPIKey"
Last updated