Package: tidycwl
Type: Package
Title: Tidy Common Workflow Language Tools and Workflows
Version: 1.0.5
Authors@R: c(
    person("Soner", "Koc", email = "soner.koc@sevenbridges.com", role = c("aut", "cre")),
    person("Nan", "Xiao", role = c("aut")),
    person("Dennis", "Dean", email = "dennis.dean@sevenbridges.com", role = c("aut"),
           comment = c(ORCID = "0000-0002-7621-9717")),
    person("Seven Bridges Genomics", role = c("cph", "fnd"))
    )
Maintainer: Soner Koc <soner.koc@sevenbridges.com>
Description: 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.
License: AGPL-3
SystemRequirements: PhantomJS (https://phantomjs.org), pandoc (>=
        1.12.3) - https://pandoc.org.
VignetteBuilder: knitr
URL: https://sbg.github.io/tidycwl/, https://github.com/sbg/tidycwl
BugReports: https://github.com/sbg/tidycwl/issues
Encoding: UTF-8
LazyData: true
Imports: jsonlite, yaml, dplyr, magrittr, visNetwork, htmlwidgets,
        webshot
Suggests: knitr, rmarkdown, shiny
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-15 05:26:34 UTC; c02sn03cfvh6
Author: Soner Koc [aut, cre],
  Nan Xiao [aut],
  Dennis Dean [aut] (<https://orcid.org/0000-0002-7621-9717>),
  Seven Bridges Genomics [cph, fnd]
Repository: CRAN
Date/Publication: 2020-10-19 23:00:02 UTC
