mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
28 lines
932 B
YAML
28 lines
932 B
YAML
|
- name: rmarkdownnotebook test_rmarkdown
|
||
|
command: nextflow run tests/modules/rmarkdownnotebook -entry test_rmarkdown -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- rmarkdownnotebook
|
||
|
files:
|
||
|
- path: output/rmarkdownnotebook/session_info.log
|
||
|
contains:
|
||
|
- R version 4.1.0
|
||
|
- yaml_2.2.1
|
||
|
- path: output/rmarkdownnotebook/test_rmd.html
|
||
|
contains:
|
||
|
- "n_iter = 10"
|
||
|
|
||
|
- name: rmarkdownnotebook test_rmarkdown_parametrize
|
||
|
command: nextflow run tests/modules/rmarkdownnotebook -entry test_rmarkdown_parametrize -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- rmarkdownnotebook
|
||
|
files:
|
||
|
- path: output/rmarkdownnotebook/artifacts/artifact.txt
|
||
|
md5sum: b10a8db164e0754105b7a99be72e3fe5
|
||
|
- path: output/rmarkdownnotebook/session_info.log
|
||
|
contains:
|
||
|
- R version 4.1.0
|
||
|
- yaml_2.2.1
|
||
|
- path: output/rmarkdownnotebook/test_rmd.html
|
||
|
contains:
|
||
|
- "n_iter = 12"
|