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