Learn R Programming

Capsule (version 0.2.0)

get_tool_versions: 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"
)

Value

List of tool version information

Arguments

tool_name

Character. Specific tool name, or NULL for all tools

registry_file

Character. Path to tools registry

Examples

Run this code
if (FALSE) {
# Get all tracked tools
get_tool_versions()

# Get specific tool
get_tool_versions("samtools")
}

Run the code above in your browser using DataLab