run_tool function

run_tool

run_tool

Run tool workflow

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)
  • Maintainer: Rikard Nordgren
  • License: LGPL (>= 3)
  • Last published: 2024-12-04