View source: R/2025-10-27_JF_R_Galaxy_functions.R
| galaxy_get_tool | R Documentation |
Retrieve detailed metadata for a Galaxy tool
galaxy_get_tool(
tool_id,
galaxy_url = "https://usegalaxy.eu",
tool_version = NULL
)
tool_id |
Character. The Galaxy tool ID (for example
|
galaxy_url |
Character. Base URL of the Galaxy instance
(for example |
tool_version |
Optional character string to request a specific
version. If |
A list containing the tool metadata as returned by the Galaxy API (inputs, outputs, help text, etc.).
tool_id <- galaxy_get_tool_id("FastQC")[1]
fastqc_tool <- galaxy_get_tool(tool_id)
fastqc_tool$description
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.