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:

Usage

run_galaxy_function(tool_name, func, ...)

Arguments

tool_name
  • The name of the tool

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

...

Author(s)

L.Pavot

See Also

run_galaxy_processing


[Package W4MRUtils version 1.0.0 Index]