2020-11-16 19:41:59 +00:00
|
|
|
- name: Run fastqc single-end test workflow
|
2020-11-24 21:30:51 +00:00
|
|
|
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_single_end -c tests/config/nextflow.config
|
2020-11-16 15:35:01 +00:00
|
|
|
tags:
|
|
|
|
- fastqc
|
2020-11-16 16:20:29 +00:00
|
|
|
files:
|
|
|
|
- path: output/test_single_end/test_fastqc.html
|
2020-11-25 00:53:02 +00:00
|
|
|
md5sum: e6b300cebca25e208ac32aacc430392f
|
2020-11-16 16:20:29 +00:00
|
|
|
- path: output/test_single_end/test_fastqc.zip
|
2020-11-16 19:41:59 +00:00
|
|
|
|
|
|
|
- name: Run fastqc paired-end test workflow
|
2020-11-24 21:30:51 +00:00
|
|
|
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_paired_end -c tests/config/nextflow.config
|
2020-11-16 19:41:59 +00:00
|
|
|
tags:
|
|
|
|
- fastqc
|
|
|
|
files:
|
2020-11-16 16:20:29 +00:00
|
|
|
- path: output/test_paired_end/test_1_fastqc.html
|
2020-11-25 00:53:02 +00:00
|
|
|
md5sum: ac93f43b49c9eb52c3c0fcdb74f603cf
|
2020-11-16 16:20:29 +00:00
|
|
|
- path: output/test_paired_end/test_2_fastqc.html
|
2020-11-25 00:53:02 +00:00
|
|
|
md5sum: 67ef5d28c60f5e075e39d4e95b31340e
|
2020-11-16 16:20:29 +00:00
|
|
|
- path: output/test_paired_end/test_1_fastqc.zip
|
|
|
|
- path: output/test_paired_end/test_2_fastqc.zip
|