Package 'cromwellDashboard'

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: 2024-10-29 03:31:16 UTC
Source: https://github.com/cran/cromwellDashboard

Help Index


Disable proxy by removing environment variables

Description

Disable proxy by removing environment variables

Usage

disableProxy()

Examples

disableProxy()

Start a dashboard for a running cromwell server

Description

Start a dashboard for a running cromwell server

Usage

runCromwellDashboard(url = "127.0.0.1:8000", version = "v33", ...)

Arguments

url

Cromwell server in the format of address:port

version

Cromwell server version

...

additional parameters for shinyApp()

Value

An object that represents the app

Examples

## Not run: 
   runCromwellDashboard("127.0.0.1:8000", "v33")

## End(Not run)