From 7ee70fb742696080266dc6cadde7e91ba66252ca Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 31 Jul 2019 22:52:20 +0100 Subject: [PATCH] Add in uppmax-devel --- nfcore_custom.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nfcore_custom.config b/nfcore_custom.config index 6d21f5d..eb0abf4 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -18,7 +18,7 @@ profiles { ccga_dx { includeConfig "${params.custom_config_base}/conf/ccga_dx.config" } 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" } + gis { includeConfig "${params.custom_config_base}/conf/gis.config" } hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" } mendel { includeConfig "${params.custom_config_base}/conf/mendel.config" } @@ -29,6 +29,7 @@ profiles { shh { includeConfig "${params.custom_config_base}/conf/shh.config" } uct_hex { includeConfig "${params.custom_config_base}/conf/uct_hex.config" } uppmax { includeConfig "${params.custom_config_base}/conf/uppmax.config" } + uppmax_devel { includeConfig "${params.custom_config_base}/conf/uppmax.config"; includeConfig "${params.custom_config_base}/conf/uppmax_devel.config" } uzh { includeConfig "${params.custom_config_base}/conf/uzh.config" } }