BioContext7

CLI Reference

Complete command-line interface reference for BioContext7

Global Options

OptionDescription
--verbose / -vEnable verbose output
--formatOutput format (text, json, yaml)
--configOverride config file path
--no-colorDisable colored output

Commands

Search the bio.tools registry.

bc7 search <query> [OPTIONS]
OptionDescription
--operationFilter by EDAM operation
--topicFilter by EDAM topic
--formatOutput format
--limitMaximum results (default: 10)

Examples:

bc7 search "alignment"
bc7 search --operation "operation:0292"
bc7 search --topic genomics --limit 20
bc7 search "FASTQ" --format json

bc7 info

Get detailed information about a tool.

bc7 info <tool-id> [OPTIONS]

Examples:

bc7 info star
bc7 info salmon --format json

bc7 create

Generate a pipeline from natural language.

bc7 create <intent> [OPTIONS]
OptionDescription
--target / -tPipeline target (nextflow, snakemake, wdl, cwl)
--output / -oOutput directory
--validateRun validation after generation
--healEnable self-healing loops
--containersContainer type (docker, singularity)

Examples:

bc7 create "RNA-seq from FASTQ to differential expression" --target nextflow
bc7 create "variant calling pipeline" -t snakemake -o ./output/ --heal

bc7 validate

Validate a pipeline file.

bc7 validate <path> [OPTIONS]
OptionDescription
--strictEnable strict validation
--formatOutput format (text, json, lsp)

bc7 suggest

Get tool suggestions for a workflow.

bc7 suggest <task>

bc7 generate

Generate a pipeline from explicit tool names.

bc7 generate <target> <tool1> <tool2> ...

bc7 serve

Start the MCP server.

bc7 serve [OPTIONS]
OptionDescription
--transportTransport type (stdio, http)
--portHTTP port (default: 3000)

bc7 sync

Synchronize registry data.

bc7 sync <source> [OPTIONS]
OptionDescription
--incrementalOnly sync changes since last sync

Examples:

bc7 sync all
bc7 sync biotools
bc7 sync status

bc7 config

Manage configuration.

bc7 config show
bc7 config set <key> <value>

bc7 edam

EDAM ontology utilities.

bc7 edam lookup <term> [--type operation|topic|data|format]
bc7 edam children <term>
bc7 edam parents <term>

bc7 version

Show version information.

bc7 version

On this page