2021-02-03 16:02:58 +00:00
|
|
|
- name: trimgalore single-end
|
2021-02-02 21:30:59 +00:00
|
|
|
command: nextflow run ./tests/software/trimgalore/ -entry test_trimgalore_single_end -c tests/config/nextflow.config
|
2020-11-25 02:56:03 +00:00
|
|
|
tags:
|
|
|
|
- trimgalore
|
|
|
|
files:
|
|
|
|
# These can't be md5'd reliably
|
|
|
|
# TODO Test for includes
|
|
|
|
- path: output/test_single_end/test.fastq.gz_trimming_report.txt
|
|
|
|
- path: output/test_single_end/test_trimmed.fq.gz
|
|
|
|
|
2021-02-03 16:02:58 +00:00
|
|
|
- name: trimgalore paired-end
|
2021-02-02 21:30:59 +00:00
|
|
|
command: nextflow run ./tests/software/trimgalore/ -entry test_trimgalore_paired_end -c tests/config/nextflow.config
|
2020-11-25 02:56:03 +00:00
|
|
|
tags:
|
|
|
|
- trimgalore
|
|
|
|
files:
|
|
|
|
# These can't be md5'd reliably
|
|
|
|
# TODO Test for includes
|
|
|
|
- path: output/test_paired_end/test_1.fastq.gz_trimming_report.txt
|
|
|
|
- path: output/test_paired_end/test_1_val_1.fq.gz
|
|
|
|
- path: output/test_paired_end/test_2.fastq.gz_trimming_report.txt
|
|
|
|
- path: output/test_paired_end/test_2_val_2.fq.gz
|