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

20 lines
646 B
YAML
Raw Normal View History

- name: fastqc single-end
command: nextflow run ./tests/software/fastqc/ -entry test_fastqc_single_end -c tests/config/nextflow.config
tags:
- fastqc
- fastqc_single_end
files:
2021-02-03 17:03:30 +00:00
- path: output/fastqc/test_fastqc.html
- path: output/fastqc/test_fastqc.zip
- name: fastqc paired-end
command: nextflow run ./tests/software/fastqc/ -entry test_fastqc_paired_end -c tests/config/nextflow.config
tags:
- fastqc
- fastqc_paired_end
files:
2021-02-03 17:03:30 +00:00
- path: output/fastqc/test_1_fastqc.html
- path: output/fastqc/test_2_fastqc.html
- path: output/fastqc/test_1_fastqc.zip
- path: output/fastqc/test_2_fastqc.zip