run_galaxy_function {W4MRUtils} | R Documentation |
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, ...)
Arguments
tool_name |
|
func |
|
... |
|
Author(s)
L.Pavot
See Also
[Package W4MRUtils version 1.0.0 Index]