Skip to content

Repository files navigation

tidycwl

Lifecycle: experimental CRAN Version Travis build status Downloads from the RStudio CRAN mirror

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")

Copyright

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

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

About

Tidy Common Workflow Language Tools and Workflows

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages