powered by
Retrieve version information for previously tracked external tools
get_tool_versions( tool_name = NULL, registry_file = ".capsule/tools_registry.json" )
List of tool version information
Character. Specific tool name, or NULL for all tools
Character. Path to tools registry
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