From 15c3f198a2e2d463af68d688a7ee823c3ea0efee Mon Sep 17 00:00:00 2001 From: Carson J Miller Date: Mon, 12 Feb 2024 17:49:25 +0000 Subject: [PATCH] Part 2 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 12ccf636..78491f57 100644 --- a/nextflow.config +++ b/nextflow.config @@ -320,7 +320,7 @@ profiles { test_bbnorm { includeConfig 'conf/test_bbnorm.config' } test_nothing { includeConfig 'conf/test_nothing.config' } test_virus_identification { includeConfig 'conf/test_virus_identification.config' } - test_generatesamplesheet { includeConfig 'conf/test_samplesheet.config' } + test_generatesamplesheet { includeConfig 'conf/test_generatesamplesheet.config' } } // Set default registry for Apptainer, Docker, Podman and Singularity independent of -profile