| Title: | A Dashboard to Visualize Scientific Workflows in 'Cromwell' |
|---|---|
| Description: | A dashboard supports the usage of 'cromwell'. 'Cromwell' is a scientific workflow engine for command line users. This package utilizes 'cromwell' REST APIs and provides these convenient functions: timing diagrams for running workflows, 'cromwell' engine status, a tabular workflow list. For more information about 'cromwell', visit <http://cromwell.readthedocs.io>. |
| Authors: | Xiaowei Zhan |
| Maintainer: | Xiaowei Zhan <[email protected]> |
| License: | GPL-3 |
| Version: | 0.5.1 |
| Built: | 2026-05-26 07:39:36 UTC |
| Source: | https://github.com/cran/cromwellDashboard |
Disable proxy by removing environment variables
disableProxy()disableProxy()
disableProxy()disableProxy()
Start a dashboard for a running cromwell server
runCromwellDashboard(url = "127.0.0.1:8000", version = "v33", ...)runCromwellDashboard(url = "127.0.0.1:8000", version = "v33", ...)
url |
Cromwell server in the format of address:port |
version |
Cromwell server version |
... |
additional parameters for shinyApp() |
An object that represents the app
## Not run: runCromwellDashboard("127.0.0.1:8000", "v33") ## End(Not run)## Not run: runCromwellDashboard("127.0.0.1:8000", "v33") ## End(Not run)