mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
27 lines
1,008 B
YAML
27 lines
1,008 B
YAML
- name: fastp single-end
|
|
command: nextflow run ./tests/software/fastp -entry test_fastp_single_end -c ./tests/config/nextflow.config
|
|
tags:
|
|
- fastp
|
|
- fastp_single_end
|
|
files:
|
|
- path: ./output/fastp/test.fastp.json
|
|
md5sum: 8740a96898a850a3c2ce0081d9a259fb
|
|
- path: ./output/fastp/test.trim.fastq.gz
|
|
md5sum: 63fea84c6907d2716aeb53fe890b288d
|
|
- path: ./output/fastp/test.fastp.log
|
|
- path: ./output/fastp/test.fastp.html
|
|
|
|
- name: fastp paired-end
|
|
command: nextflow run ./tests/software/fastp -entry test_fastp_paired_end -c ./tests/config/nextflow.config
|
|
tags:
|
|
- fastp
|
|
- fastp_paired_end
|
|
files:
|
|
- path: ./output/fastp/test.fastp.html
|
|
- path: ./output/fastp/test.fastp.json
|
|
md5sum: 7afba66526b1dd4cd3b1012809ba0327
|
|
- path: ./output/fastp/test.fastp.log
|
|
- path: ./output/fastp/test_1.trim.fastq.gz
|
|
md5sum: c8844c05194b50ae368e6825e997aa7f
|
|
- path: ./output/fastp/test_2.trim.fastq.gz
|
|
md5sum: 9238b07bb1609e939be7c8889b72c209
|