The Common Workflow Language <https://www.commonwl.org/> 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.
Version: | 1.0.5 |
Imports: | jsonlite, yaml, dplyr, magrittr, visNetwork, htmlwidgets, webshot |
Suggests: | knitr, rmarkdown, shiny |
Published: | 2020-10-19 |
Author: | Soner Koc [aut, cre],
Nan Xiao [aut],
Dennis Dean |
Maintainer: | Soner Koc <soner.koc at sevenbridges.com> |
BugReports: | https://github.com/sbg/tidycwl/issues |
License: | AGPL-3 |
URL: | https://sbg.github.io/tidycwl/, https://github.com/sbg/tidycwl |
NeedsCompilation: | no |
SystemRequirements: | PhantomJS (https://phantomjs.org), pandoc (>= 1.12.3) - https://pandoc.org. |
Materials: | README NEWS |
CRAN checks: | tidycwl results |
Reference manual: | tidycwl.pdf |
Vignettes: |
A Grammar for Tidying CWL Workflows |
Package source: | tidycwl_1.0.5.tar.gz |
Windows binaries: | r-devel: tidycwl_1.0.5.zip, r-release: tidycwl_1.0.5.zip, r-oldrel: tidycwl_1.0.5.zip |
macOS binaries: | r-release: tidycwl_1.0.5.tgz, r-oldrel: tidycwl_1.0.5.tgz |
Old sources: | tidycwl archive |
Please use the canonical form https://CRAN.R-project.org/package=tidycwl to link to this page.