mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
|
- name: jupyternotebook test_jupyternotebook
|
||
|
command: nextflow run tests/modules/jupyternotebook -entry test_jupyternotebook -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- jupyternotebook
|
||
|
files:
|
||
|
- path: output/jupyternotebook/test_jupyter.html
|
||
|
contains:
|
||
|
- "n_iter = 10"
|
||
|
|
||
|
- name: jupyternotebook test_jupyternotebook_parametrize
|
||
|
command: nextflow run tests/modules/jupyternotebook -entry test_jupyternotebook_parametrize -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- jupyternotebook
|
||
|
files:
|
||
|
- path: output/jupyternotebook/artifacts/artifact.txt
|
||
|
md5sum: 8ddd8be4b179a529afa5f2ffae4b9858
|
||
|
- path: output/jupyternotebook/test_jupyter.html
|
||
|
contains:
|
||
|
- "n_iter = 12"
|
||
|
|
||
|
- name: jupyternotebook test_jupyternotebook_parametrize_ipynb
|
||
|
command: nextflow run tests/modules/jupyternotebook -entry test_jupyternotebook_parametrize_ipynb -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- jupyternotebook
|
||
|
files:
|
||
|
- path: output/jupyternotebook/artifacts/artifact.txt
|
||
|
md5sum: 8ddd8be4b179a529afa5f2ffae4b9858
|
||
|
- path: output/jupyternotebook/test_jupyter.html
|
||
|
contains:
|
||
|
- "n_iter = 12"
|