2021-02-03 16:02:58 +00:00
|
|
|
- name: fastqc single-end
|
|
|
|
command: nextflow run ./tests/software/fastqc/ -entry test_fastqc_single_end -c tests/config/nextflow.config
|
2020-11-16 15:35:01 +00:00
|
|
|
tags:
|
|
|
|
- fastqc
|
2021-02-03 16:02:58 +00:00
|
|
|
- fastqc_single_end
|
2020-11-16 16:20:29 +00:00
|
|
|
files:
|
|
|
|
- path: output/test_single_end/test_fastqc.html
|
|
|
|
- path: output/test_single_end/test_fastqc.zip
|
2020-11-16 19:41:59 +00:00
|
|
|
|
2021-02-03 16:02:58 +00:00
|
|
|
- name: fastqc paired-end
|
|
|
|
command: nextflow run ./tests/software/fastqc/ -entry test_fastqc_paired_end -c tests/config/nextflow.config
|
2020-11-16 19:41:59 +00:00
|
|
|
tags:
|
|
|
|
- fastqc
|
2021-02-03 16:02:58 +00:00
|
|
|
- fastqc_paired_end
|
2020-11-16 19:41:59 +00:00
|
|
|
files:
|
2020-11-16 16:20:29 +00:00
|
|
|
- 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
|