Description

Render an rmarkdown notebook. Supports parametrization.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

notebook{:bash}

:file

Rmarkdown file

*.{Rmd}

parameters{:bash}

:map

Groovy map with notebook parameters which will be passed to rmarkdown to generate parametrized reports.

input_files{:bash}

:file

One or multiple files serving as input data for the notebook.

*

Output

name:type
description
pattern

report{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.html{:bash}

:file

HTML report generated from Rmarkdown

*.html

parameterised_notebook{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.parameterised.Rmd{:bash}

:file

Parameterised Rmarkdown file

*.parameterised.Rmd

artifacts{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

artifacts/*{:bash}

:file

Artifacts generated by the notebook

artifacts/*

session_info{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

session_info.log{:bash}

:file

dump of R SessionInfo

*.log

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml