Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbg/tidycwl

Tidy Common Workflow Language Tools and Workflows
https://github.com/sbg/tidycwl

bioinformatics-pipeline common-workflow-language sevenbridges tidyverse

Last synced: about 2 months ago
JSON representation

Tidy Common Workflow Language Tools and Workflows

Awesome Lists containing this project

README

        

# tidycwl

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental-1)
[![CRAN Version](https://www.r-pkg.org/badges/version/tidycwl)](https://cran.r-project.org/package=tidycwl)
[![Travis build status](https://app.travis-ci.com/sbg/tidycwl.svg?branch=master)](https://app.travis-ci.com/github/sbg/tidycwl)
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/grand-total/tidycwl)](https://cran.r-project.org/package=tidycwl)

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

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.

Check out the [vignette](https://sbg.github.io/tidycwl/articles/tidycwl.html) for a quick introduction.

## Installation

To download and install `tidycwl` from CRAN:

```r
install.packages("tidycwl")
```

Or try the development version on GitHub:

```r
# 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.