nf-core_modules/tests/software/fastqc/test.yml

21 lines
847 B
YAML
Raw Normal View History

- name: Run fastqc single-end test workflow
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_single_end -c tests/config/nextflow.config
tags:
- fastqc
files:
- path: output/test_single_end/test_fastqc.html
md5sum: e6b300cebca25e208ac32aacc430392f
- path: output/test_single_end/test_fastqc.zip
- name: Run fastqc paired-end test workflow
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_paired_end -c tests/config/nextflow.config
tags:
- fastqc
files:
- path: output/test_paired_end/test_1_fastqc.html
md5sum: ac93f43b49c9eb52c3c0fcdb74f603cf
- path: output/test_paired_end/test_2_fastqc.html
md5sum: 67ef5d28c60f5e075e39d4e95b31340e
- path: output/test_paired_end/test_1_fastqc.zip
- path: output/test_paired_end/test_2_fastqc.zip