2021-02-12 16:22:07 +00:00
|
|
|
- name: cat fastq single-end
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/cat/fastq -entry test_cat_fastq_single_end -c ./tests/config/nextflow.config -c ./tests/modules/cat/fastq/nextflow.config
|
2021-02-12 16:22:07 +00:00
|
|
|
tags:
|
2021-02-12 16:56:51 +00:00
|
|
|
- cat
|
2021-04-08 08:10:52 +00:00
|
|
|
- cat/fastq
|
2021-02-12 16:22:07 +00:00
|
|
|
files:
|
2021-09-28 20:14:11 +00:00
|
|
|
- path: ./output/cat/test.merged.fastq.gz
|
2021-12-13 19:18:27 +00:00
|
|
|
md5sum: f9cf5e375f7de81a406144a2c70cc64d
|
2021-02-12 16:22:07 +00:00
|
|
|
|
2021-02-12 17:02:32 +00:00
|
|
|
- name: cat fastq fastqc_paired_end
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/cat/fastq -entry test_cat_fastq_paired_end -c ./tests/config/nextflow.config -c ./tests/modules/cat/fastq/nextflow.config
|
2021-02-12 16:22:07 +00:00
|
|
|
tags:
|
2021-02-12 16:56:51 +00:00
|
|
|
- cat
|
2021-04-08 08:10:52 +00:00
|
|
|
- cat/fastq
|
2021-02-12 16:22:07 +00:00
|
|
|
files:
|
2021-09-28 20:14:11 +00:00
|
|
|
- path: ./output/cat/test_2.merged.fastq.gz
|
2021-12-13 19:18:27 +00:00
|
|
|
md5sum: 77c8e966e130d8c6b6ec9be52fcb2bda
|
2021-09-28 20:14:11 +00:00
|
|
|
- path: ./output/cat/test_1.merged.fastq.gz
|
2021-12-13 19:18:27 +00:00
|
|
|
md5sum: f9cf5e375f7de81a406144a2c70cc64d
|
|
|
|
|
|
|
|
- name: cat fastq single-end-same-name
|
|
|
|
command: nextflow run ./tests/modules/cat/fastq -entry test_cat_fastq_single_end_same_name -c ./tests/config/nextflow.config -c ./tests/modules/cat/fastq/nextflow.config
|
|
|
|
tags:
|
|
|
|
- cat
|
|
|
|
- cat/fastq
|
|
|
|
files:
|
|
|
|
- path: ./output/cat/test.merged.fastq.gz
|
|
|
|
md5sum: 63f817db7a29a03eb538104495556f66
|
|
|
|
|
|
|
|
- name: cat fastq fastqc_paired_end_same_name
|
|
|
|
command: nextflow run ./tests/modules/cat/fastq -entry test_cat_fastq_paired_end_same_name -c ./tests/config/nextflow.config -c ./tests/modules/cat/fastq/nextflow.config
|
|
|
|
tags:
|
|
|
|
- cat
|
|
|
|
- cat/fastq
|
|
|
|
files:
|
|
|
|
- path: ./output/cat/test_1.merged.fastq.gz
|
|
|
|
md5sum: 63f817db7a29a03eb538104495556f66
|
|
|
|
- path: ./output/cat/test_2.merged.fastq.gz
|
|
|
|
md5sum: fe9f266f43a6fc3dcab690a18419a56e
|