From f079ce9d1fa5e655320274e829b2d4a36572b1f7 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 17:28:44 +0000 Subject: [PATCH] Fix preseq tests --- tests/software/preseq/lcextrap/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/software/preseq/lcextrap/test.yml b/tests/software/preseq/lcextrap/test.yml index 745effc7..7e1552f7 100644 --- a/tests/software/preseq/lcextrap/test.yml +++ b/tests/software/preseq/lcextrap/test.yml @@ -5,9 +5,9 @@ - preseq_lcextrap - preseq_lcextrap_single_end files: - - path: output/test_preseq_single_end/test.ccurve.txt + - path: output/preseq/test.ccurve.txt md5sum: 76ae04c8eaf19c94e3210bb69da38498 - - path: output/test_preseq_single_end/test.command.log + - path: output/preseq/test.command.log - name: preseq lcextrap paired-end command: nextflow run ./tests/software/preseq/lcextrap -entry test_preseq_paired_end -c tests/config/nextflow.config @@ -16,6 +16,6 @@ - preseq_lcextrap - preseq_lcextrap_paired_end files: - - path: output/test_preseq_paired_end/test.ccurve.txt + - path: output/preseq/test.ccurve.txt md5sum: 2836d2fabd2213f097fd7063db550276 - - path: output/test_preseq_paired_end/test.command.log + - path: output/preseq/test.command.log