mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fix fastqc test
This commit is contained in:
parent
39b8600dbb
commit
058d7b397c
1 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
|||
- fastqc
|
||||
- fastqc_single_end
|
||||
files:
|
||||
- path: output/test_single_end/test_fastqc.html
|
||||
- path: output/test_single_end/test_fastqc.zip
|
||||
- path: output/fastqc/test_fastqc.html
|
||||
- path: output/fastqc/test_fastqc.zip
|
||||
|
||||
- name: fastqc paired-end
|
||||
command: nextflow run ./tests/software/fastqc/ -entry test_fastqc_paired_end -c tests/config/nextflow.config
|
||||
|
@ -13,7 +13,7 @@
|
|||
- fastqc
|
||||
- fastqc_paired_end
|
||||
files:
|
||||
- path: output/test_paired_end/test_1_fastqc.html
|
||||
- path: output/test_paired_end/test_2_fastqc.html
|
||||
- path: output/test_paired_end/test_1_fastqc.zip
|
||||
- path: output/test_paired_end/test_2_fastqc.zip
|
||||
- path: output/fastqc/test_1_fastqc.html
|
||||
- path: output/fastqc/test_2_fastqc.html
|
||||
- path: output/fastqc/test_1_fastqc.zip
|
||||
- path: output/fastqc/test_2_fastqc.zip
|
||||
|
|
Loading…
Reference in a new issue