View source: R/2025-10-27_JF_R_Galaxy_functions.R
| galaxy_print_tool_inputs | R Documentation |
Print tool inputs
galaxy_print_tool_inputs(inputs)
inputs |
A list of tool inputs as returned by |
A character vector with formatted input descriptions.
tool_id <- galaxy_get_tool_id("FastQC")[1]
fastqc_tool <- galaxy_get_tool(tool_id)
print_tool_inputs(fastqc_tool)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.