mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Fix test.yml
This commit is contained in:
parent
6e8b63fc26
commit
d7a219e88d
1 changed files with 1 additions and 5 deletions
|
@ -1,18 +1,14 @@
|
|||
- name: cat fastq single-end
|
||||
command: nextflow run ./tests/software/cat/fastq -entry test_cat_fastq_single_end -c tests/config/nextflow.config
|
||||
tags:
|
||||
- cat
|
||||
- fastq
|
||||
- cat_fastqc_single_end
|
||||
files:
|
||||
- path: output/merged_fastq/test.merged.fastq.gz
|
||||
md5sum: 7f753b793e5b0872758b1574db84d767
|
||||
|
||||
- name: cat fastq fastqc_paired_end
|
||||
- name: cat fastq paired-end
|
||||
command: nextflow run ./tests/software/cat/fastq -entry test_cat_fastq_paired_end -c tests/config/nextflow.config
|
||||
tags:
|
||||
- cat
|
||||
- fastq
|
||||
- cat_fastqc_paired_end
|
||||
files:
|
||||
- path: output/merged_fastq/test_1.merged.fastq.gz
|
||||
|
|
Loading…
Reference in a new issue