View source: R/external_tools.R
| track_external_tools | R Documentation |
Track versions of external command-line tools commonly used in bioinformatics pipelines (e.g., samtools, STAR, BWA, etc.)
track_external_tools(tools = NULL, registry_file)
tools |
Character vector of tool names to track. If NULL, tracks common tools. |
registry_file |
Character. Path to tools registry. Default ".capsule/tools_registry.json" |
List containing tool version information
## Not run:
# Track common bioinformatics tools
track_external_tools(registry_file = tempfile(fileext = ".json"))
# Track specific tools
track_external_tools(c("samtools", "bwa", "STAR"),
registry_file = tempfile(fileext = ".json"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.