Description
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>.
README.md
cromwellDashboard
A Dashboard to Visualize Scientific Workflows in Cromwell
Quick introduction
- Start cromwell server in shell
java -jar cromwell-33.1.jar server
- Start cromwellDashboard in R
runCromwellDashboard("192.168.54.28:8123")
Installation
Install the latest stable version
install.packages("cromwellDashboard")
Install the development version (devtools package is required):
devtools::install_github("zhanxw/cromwellDashboard")