Read, parse, and visualize Common Workflow Language (CWL) workflows.

The Common Workflow Language is an open standard for describing data analysis workflows. This package takes the raw Common Workflow Language workflows encoded in JSON or YAML and turns the workflow elements into tidy data frames or lists. A graph representation for the workflow can be constructed and visualized with the parsed workflow inputs, outputs, and steps. Users can embed the visualizations in their Shiny applications, and export them as HTML files or static images.

Check out the vignette for a quick introduction.

Installation

To download and install tidycwl from CRAN:

install.packages("tidycwl")

Or try the development version on GitHub:

# install.packages("remotes")
remotes::install_github("sbg/tidycwl")

© 2020 Seven Bridges Genomics, Inc. All rights reserved.

This project is licensed under the GNU Affero General Public License v3.