From 438c71501c324fa3403e3642deab28c9d2f2edd2 Mon Sep 17 00:00:00 2001 From: Adrien Coulier Date: Fri, 22 Nov 2024 14:21:45 +0100 Subject: [PATCH] Fixed linting --- tests/MiSeq.main.nf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MiSeq.main.nf.test b/tests/MiSeq.main.nf.test index ccb055d..30203d8 100644 --- a/tests/MiSeq.main.nf.test +++ b/tests/MiSeq.main.nf.test @@ -44,7 +44,7 @@ nextflow_pipeline { ).match() }, { - assert !path("$outputDir/multiqc/global_report/multiqc_data/multiqc_fastqc.txt").exists() + assert !path("$outputDir/multiqc/global_report/multiqc_data/multiqc_fastqc.txt").exists() } ) }