From 058d7b397cce3b6700d1f9da0a3f3661689d4790 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 17:03:30 +0000 Subject: [PATCH] Fix fastqc test --- tests/software/fastqc/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/software/fastqc/test.yml b/tests/software/fastqc/test.yml index c883d599..7590cd44 100644 --- a/tests/software/fastqc/test.yml +++ b/tests/software/fastqc/test.yml @@ -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