From 1e80d434eb2dae43f6ec1b5be1019956bbaddc31 Mon Sep 17 00:00:00 2001 From: jvfe Date: Tue, 11 Jun 2024 13:33:08 -0300 Subject: [PATCH] refactor: Add small profile same as default --- nextflow.config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nextflow.config b/nextflow.config index 41a34fa..a20036b 100755 --- a/nextflow.config +++ b/nextflow.config @@ -188,9 +188,10 @@ profiles { } test { includeConfig 'conf/test.config' } test_full { includeConfig 'conf/test_full.config' } - light { includeConfig 'conf/light.config' } - medium { includeConfig 'conf/medium.config' } - large { includeConfig 'conf/large.config' } + light { includeConfig 'conf/light.config' } + small { includeConfig 'conf/base.config' } + medium { includeConfig 'conf/medium.config' } + large { includeConfig 'conf/large.config' } } // Export these variables to prevent local Python/R libraries from conflicting with those in the container