show_galaxy_footer: show_galaxy_footer - shows the footer for glaxy tools

View source: R/galaxy.R

show_galaxy_footerR Documentation

show_galaxy_footer - shows the footer for glaxy tools

Description

This function prints the footer to display in galaxy's tools logs

Usage

show_galaxy_footer(
  tool_name,
  tool_version,
  logger = NULL,
  show_packages = TRUE,
  ellapsed = NULL
)

Arguments

tool_name

a character(1) holding the running tool's name.

tool_version

a character(1) holding the running tool's version.

logger

a get_logger("name") instance - if provided, the galaxy footer if output from the logger.

show_packages

logical - Tells whether to display loaded packages and attached packages.

ellapsed

NULL or a character(1) with execution duration.

Author(s)

L.Pavot

See Also

run_galaxy_processing

Examples


show_galaxy_footer("Tool Name", "1.2.0")

show_galaxy_footer(
  tool_name = "Tool Name",
  tool_version = "1.2.0",
  logger = get_logger("Some Tool"),
  show_packages = FALSE,
  ellapsed = "14.5 seconds"
)


W4MRUtils documentation built on Sept. 8, 2023, 5:11 p.m.