get_tool_versions: Get External Tool Versions

View source: R/external_tools.R

get_tool_versionsR Documentation

Get External Tool Versions

Description

Retrieve version information for previously tracked external tools

Usage

get_tool_versions(
  tool_name = NULL,
  registry_file = ".capsule/tools_registry.json"
)

Arguments

tool_name

Character. Specific tool name, or NULL for all tools

registry_file

Character. Path to tools registry

Value

List of tool version information

Examples

## Not run: 
# Get all tracked tools
get_tool_versions()

# Get specific tool
get_tool_versions("samtools")

## End(Not run)

Capsule documentation built on Nov. 11, 2025, 5:14 p.m.