mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
688cc05fe8
See ddbca7b467
for more info
17 lines
674 B
YAML
17 lines
674 B
YAML
- name: Run fastqc single-end test workflow
|
|
command: nextflow run ./tests/software/fastqc/ -entry test_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- fastqc
|
|
files:
|
|
- path: output/test_single_end/test_fastqc.html
|
|
- path: output/test_single_end/test_fastqc.zip
|
|
|
|
- name: Run fastqc paired-end test workflow
|
|
command: nextflow run ./tests/software/fastqc/ -entry test_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- fastqc
|
|
files:
|
|
- path: output/test_paired_end/test_1_fastqc.html
|
|
- path: output/test_paired_end/test_2_fastqc.html
|
|
- path: output/test_paired_end/test_1_fastqc.zip
|
|
- path: output/test_paired_end/test_2_fastqc.zip
|