1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: r-bioc-rcwl
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-rcwl
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-rcwl.git
Homepage: https://rcwl.org/Rcwl/
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-yaml,
r-bioc-s4vectors,
r-bioc-biocparallel,
r-cran-batchtools,
r-cran-diagrammer,
r-cran-shiny,
r-cran-r.utils,
r-cran-codetools,
cwltool
Testsuite: autopkgtest-pkg-r
Package: r-bioc-rcwl
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
cwltool,
r-bioc-s4vectors (>= 0.42.1),
r-bioc-biocparallel (>= 1.38.0),
r-bioc-basilisk (>= 1.16.0)
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: An R interface to the Common Workflow Language
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.
|