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
|
2021-02-03 17:02:52 +00:00
|
|
|
- path: output/trimgalore/test.fastq.gz_trimming_report.txt
|
|
|
|
- path: output/trimgalore/test_trimmed.fq.gz
|
2020-11-25 02:56:03 +00:00
|
|
|
|
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
|
2021-02-03 17:02:52 +00:00
|
|
|
- path: output/trimgalore/test_1.fastq.gz_trimming_report.txt
|
|
|
|
- path: output/trimgalore/test_1_val_1.fq.gz
|
|
|
|
- path: output/trimgalore/test_2.fastq.gz_trimming_report.txt
|
|
|
|
- path: output/trimgalore/test_2_val_2.fq.gz
|