note:: This is a general function that can run any tool. There is also one function for each specific tool. Please refer to the documentation of these for more specific information.
run_tool(name,...)
Arguments
name: (str) Name of tool to run
...: Arguments to pass to tool
Returns
(Results) Results object for tool
Examples
## Not run:model <- load_example_model("pheno")res <- run_tool("ruvsearch", model)## End(Not run)