Bioc2026 Registration Open!

Rcwl

An R interface to the Common Workflow Language

Bioconductor version: 3.23 · Package version: 1.28.0

The Common Workflow Language (CWL) is an open standard for development of data analysis workflows that is portable and scalable across different tools and working environments. Rcwl provides a simple way to wrap command line tools and build CWL data analysis pipelines programmatically within R. It increases the ease of usage, development, and maintenance of CWL pipelines.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("Rcwl")

Details

MaintainerQiang Hu <qiang.hu@roswellpark.org>
AuthorQiang Hu [aut, cre], Qian Liu [aut]
LicenseGPL-2 | file LICENSE
Downloads rank294
Source branchRELEASE_3_23
biocViewsImmunoOncology, Software, WorkflowStep

Documentation

Download

Dependencies

Depends: R (>= 3.6), yaml, methods, S4Vectors

Imports: utils, stats, BiocParallel, batchtools, DiagrammeR, shiny, R.utils, codetools, basilisk

Suggests: testthat, knitr, rmarkdown, BiocStyle

Reverse dependencies

Depends On Me (1): RcwlPipelines

Imports Me (1): ReUseData