Learn R Programming

W4MRUtils (version 1.2.1)

run_galaxy_function: run_galaxy_function - automate running functions in galaxy

Description

This function executes the provided function as a galaxy processing This provided function is expected to take two parameters:

  • args, a list of command line parameters

  • logger, the logger created for the tool

Usage

run_galaxy_function(tool_name, func, ...)

Value

NULL (function called to provide checks to the execution of run_galaxy_processing)

Arguments

tool_name
  • The name of the tool

func
  • The function to be run, after galaxy header is displayed

...
  • Parameters propagated to run_galaxy_processing

Author

L.Pavot

See Also

run_galaxy_processing