mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
13 lines
533 B
YAML
13 lines
533 B
YAML
- name: multiqc test_multiqc
|
|
command: nextflow run ./tests/modules/multiqc -entry test_multiqc -c ./tests/config/nextflow.config -c ./tests/modules/multiqc/nextflow.config
|
|
tags:
|
|
- multiqc
|
|
files:
|
|
- path: output/multiqc/multiqc_report.html
|
|
|
|
- name: multiqc test_multiqc_fn_collision
|
|
command: nextflow run ./tests/modules/multiqc -entry test_multiqc_fn_collision -c ./tests/config/nextflow.config -c ./tests/modules/multiqc/nextflow.config
|
|
tags:
|
|
- multiqc
|
|
files:
|
|
- path: output/multiqc/multiqc_report.html
|