show_galaxy_header {W4MRUtils} | R Documentation |
show_galaxy_header - shows the header for glaxy tools
Description
This function prints the header to display in galaxy's tools logs
Usage
show_galaxy_header(
tool_name,
tool_version,
args = NULL,
logger = NULL,
show_start_time = TRUE,
show_sys = TRUE,
show_parameters = TRUE
)
Arguments
tool_name |
a |
tool_version |
a |
args |
a |
logger |
a |
show_start_time |
|
show_sys |
|
show_parameters |
|
Author(s)
L.Pavot
See Also
Examples
show_galaxy_header("Tool Name", "1.2.0")
show_galaxy_header(
tool_name = "Tool Name",
tool_version = "1.2.0",
logger = get_logger("Some Tool"),
show_start_time = FALSE,
show_sys = FALSE,
show_parameters = FALSE
)
[Package W4MRUtils version 1.0.0 Index]