The terralab CLI provides a command-line interface with which to interact with the Broad DSP Scientific Pipelines Service.
Currently, terralab supports running Array Imputation. For more information about Array Imputation, see our documentation.
Find instructions on using this CLI here.
Note that in order to use terralab and the Scientific Pipelines Service, you must have a Terra account.
Your system must run Python 3.12+.
You can install the terralab CLI from PyPi using your favorite package management tool.
For example, run
pip install terralab-cli
Once installed, to run the CLI, run the following command:
terralab COMMAND [ARGS]
For example, to list the pipelines you can run using Terralab, run the following command:
terralab pipelines list
See CONTRIBUTING.md.
See CHANGELOG.md