2020-11-16 14:41:59 -05:00
|
|
|
- name: Run fastqc single-end test workflow
|
2020-11-24 16:30:51 -05:00
|
|
|
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_single_end -c tests/config/nextflow.config
|
2020-11-16 10:35:01 -05:00
|
|
|
tags:
|
|
|
|
- fastqc
|
2020-11-16 11:20:29 -05:00
|
|
|
files:
|
|
|
|
- path: output/test_single_end/test_fastqc.html
|
|
|
|
- path: output/test_single_end/test_fastqc.zip
|
2020-11-16 14:41:59 -05:00
|
|
|
|
|
|
|
- name: Run fastqc paired-end test workflow
|
2020-11-24 16:30:51 -05:00
|
|
|
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_paired_end -c tests/config/nextflow.config
|
2020-11-16 14:41:59 -05:00
|
|
|
tags:
|
|
|
|
- fastqc
|
|
|
|
files:
|
2020-11-16 11:20:29 -05: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
|