2021-10-24 18:51:56 +00:00
|
|
|
- name: jupyternotebook test_jupyternotebook
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/jupyternotebook -entry test_jupyternotebook -c ./tests/config/nextflow.config -c ./tests/modules/jupyternotebook/nextflow.config
|
2021-10-24 18:51:56 +00:00
|
|
|
tags:
|
|
|
|
- jupyternotebook
|
|
|
|
files:
|
|
|
|
- path: output/jupyternotebook/test_jupyter.html
|
|
|
|
contains:
|
|
|
|
- "n_iter = 10"
|
|
|
|
|
|
|
|
- name: jupyternotebook test_jupyternotebook_parametrize
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/jupyternotebook -entry test_jupyternotebook_parametrize -c ./tests/config/nextflow.config -c ./tests/modules/jupyternotebook/nextflow.config
|
2021-10-24 18:51:56 +00:00
|
|
|
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
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/jupyternotebook -entry test_jupyternotebook_parametrize_ipynb -c ./tests/config/nextflow.config -c ./tests/modules/jupyternotebook/nextflow.config
|
2021-10-24 18:51:56 +00:00
|
|
|
tags:
|
|
|
|
- jupyternotebook
|
|
|
|
files:
|
|
|
|
- path: output/jupyternotebook/artifacts/artifact.txt
|
|
|
|
md5sum: 8ddd8be4b179a529afa5f2ffae4b9858
|
|
|
|
- path: output/jupyternotebook/test_jupyter.html
|
|
|
|
contains:
|
|
|
|
- "n_iter = 12"
|