From 3876a7a42366436f3abe055f19973cabd0c94deb Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Mon, 14 Oct 2024 09:55:40 +0000 Subject: [PATCH] Fix tiny issue with linting --- nextflow.config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nextflow.config b/nextflow.config index e4f0e71e..6c7472db 100644 --- a/nextflow.config +++ b/nextflow.config @@ -95,8 +95,6 @@ params { // Config options config_profile_name = null config_profile_description = null - - custom_config_version = 'master' custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}" config_profile_contact = null @@ -235,7 +233,7 @@ profiles { includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null" // Load nf-core/smrnaseq custom profiles from different institutions. -// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/smrnaseq.config" : "/dev/null" +includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/smrnaseq.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 // Set to your registry if you have a mirror of containers