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