CLI Reference
Complete command-line interface reference for BioContext7
Global Options
| Option | Description |
|---|---|
--verbose / -v | Enable verbose output |
--format | Output format (text, json, yaml) |
--config | Override config file path |
--no-color | Disable colored output |
Commands
bc7 search
Search the bio.tools registry.
| Option | Description |
|---|---|
--operation | Filter by EDAM operation |
--topic | Filter by EDAM topic |
--format | Output format |
--limit | Maximum results (default: 10) |
Examples:
bc7 info
Get detailed information about a tool.
Examples:
bc7 create
Generate a pipeline from natural language.
| Option | Description |
|---|---|
--target / -t | Pipeline target (nextflow, snakemake, wdl, cwl) |
--output / -o | Output directory |
--validate | Run validation after generation |
--heal | Enable self-healing loops |
--containers | Container type (docker, singularity) |
Examples:
bc7 validate
Validate a pipeline file.
| Option | Description |
|---|---|
--strict | Enable strict validation |
--format | Output format (text, json, lsp) |
bc7 suggest
Get tool suggestions for a workflow.
bc7 generate
Generate a pipeline from explicit tool names.
bc7 serve
Start the MCP server.
| Option | Description |
|---|---|
--transport | Transport type (stdio, http) |
--port | HTTP port (default: 3000) |
bc7 sync
Synchronize registry data.
| Option | Description |
|---|---|
--incremental | Only sync changes since last sync |
Examples:
bc7 config
Manage configuration.
bc7 edam
EDAM ontology utilities.
bc7 version
Show version information.