mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
d009420a0c
These must have gotten messed up at some point
83539fcdf2
is my guess
20 lines
847 B
YAML
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
|