From 59ea62829dacd2091f75e0750aa4c664295fe287 Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Thu, 18 Jul 2024 11:14:29 +0100 Subject: [PATCH] Missing quote --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 68f72d9..93bd96e 100755 --- a/nextflow.config +++ b/nextflow.config @@ -161,7 +161,7 @@ profiles { executor.memory = 60.GB } test { includeConfig 'conf/test.config' } - test_full { includeConfig 'conf/test_full.config } + test_full { includeConfig 'conf/test_full.config' } } // Export these variables to prevent local Python/R libraries from conflicting with those in the container