From ff45f0a08bf184d9eb13f6c27c1646584040b0d0 Mon Sep 17 00:00:00 2001 From: Jose Espinosa-Carrasco Date: Thu, 10 Oct 2024 11:25:13 +0200 Subject: [PATCH] Update nextflow.config Co-authored-by: Maxime U Garcia --- nextflow.config | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 3cb3929..c708b4e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -253,7 +253,6 @@ profiles { includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null" // Load nf-core/proteinfold custom profiles from different institutions. -// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/proteinfold.config" : "/dev/null" // Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile // Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled