2021-02-03 11:02:58 -05:00
|
|
|
- name: trimgalore single-end
|
2021-02-02 16:30:59 -05:00
|
|
|
command: nextflow run ./tests/software/trimgalore/ -entry test_trimgalore_single_end -c tests/config/nextflow.config
|
2020-11-24 21:56:03 -05:00
|
|
|
tags:
|
|
|
|
- trimgalore
|
|
|
|
files:
|
|
|
|
# These can't be md5'd reliably
|
|
|
|
# TODO Test for includes
|
2021-02-03 12:02:52 -05:00
|
|
|
- path: output/trimgalore/test.fastq.gz_trimming_report.txt
|
|
|
|
- path: output/trimgalore/test_trimmed.fq.gz
|
2020-11-24 21:56:03 -05:00
|
|
|
|
2021-02-03 11:02:58 -05:00
|
|
|
- name: trimgalore paired-end
|
2021-02-02 16:30:59 -05:00
|
|
|
command: nextflow run ./tests/software/trimgalore/ -entry test_trimgalore_paired_end -c tests/config/nextflow.config
|
2020-11-24 21:56:03 -05:00
|
|
|
tags:
|
|
|
|
- trimgalore
|
|
|
|
files:
|
|
|
|
# These can't be md5'd reliably
|
|
|
|
# TODO Test for includes
|
2021-02-03 12:02:52 -05: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
|