nf-core_modules/tests/software/fastqc/test.yml
Edmund Miller d009420a0c
test(fastqc): Fix md5sums
These must have gotten messed up at some point
83539fcdf2 is my guess
2020-11-24 21:08:33 -06:00

20 lines
847 B
YAML

- 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