Command-line interface¶
Pipelines are executed with the biocomp command (installed by
pip install biocomposer).
biocomp run [--modal] run/run_pipeline.py --env .env
Flags¶
Flag |
Scope |
Meaning |
|---|---|---|
|
both |
env file with API keys (default |
|
both |
clear previous outputs first |
|
both |
run on Modal instead of locally |
|
modal |
GPU type (default |
|
modal |
sandbox memory in MB (default |
|
modal |
drop into an interactive sandbox shell |
Local runs require Docker and bv; Modal runs require modal setup. See
Installation.
Retrieving Modal outputs¶
modal volume get biocomp results/<tool>_output_1/stdout/<file> ./<file>