From 00105b2eab8ccbf304676344e3a2a00e89a2f2f2 Mon Sep 17 00:00:00 2001 From: Adam Rosenbaum Date: Fri, 24 Jan 2025 14:00:26 +0100 Subject: [PATCH] fix linting --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 65df7452..de57108e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -361,7 +361,7 @@ profiles { test_concoct { includeConfig 'conf/test_concoct.config' } - test_longread { + test_longread { includeConfig 'conf/test_longread.config' } }