From 46b08c82e288919c509226758c64fcbc09a1562e Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Thu, 27 Feb 2020 11:53:38 +0100 Subject: [PATCH] Remove params.custom_config_base from nf-core/configs --- nfcore_custom.config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nfcore_custom.config b/nfcore_custom.config index 8b4a3a9..72a4ee8 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -8,9 +8,6 @@ * name here. */ -params.custom_config_version = 'master' -params.custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}" - //Please use a new line per include Config section to allow easier linting/parsing. Thank you. profiles { awsbatch { includeConfig "${params.custom_config_base}/conf/awsbatch.config" } @@ -23,8 +20,8 @@ profiles { cfc { includeConfig "${params.custom_config_base}/conf/cfc.config" } crick { includeConfig "${params.custom_config_base}/conf/crick.config" } czbiohub_aws { includeConfig "${params.custom_config_base}/conf/czbiohub_aws.config" } - czbiohub_aws_highpriority { - includeConfig "${params.custom_config_base}/conf/czbiohub_aws.config"; + czbiohub_aws_highpriority { + includeConfig "${params.custom_config_base}/conf/czbiohub_aws.config"; includeConfig "${params.custom_config_base}/conf/czbiohub_aws_highpriority.config"} genotoul { includeConfig "${params.custom_config_base}/conf/genotoul.config" } denbi_qbic { includeConfig "${params.custom_config_base}/conf/denbi_qbic.config" }