From 42d968fd2a9274a457dcbc80dea61a0bc5170228 Mon Sep 17 00:00:00 2001 From: noirot Date: Mon, 25 Nov 2019 16:23:25 +0100 Subject: [PATCH] add genotoul in nfcore_custom --- nfcore_custom.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nfcore_custom.config b/nfcore_custom.config index 06182f5..017d326 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -21,6 +21,7 @@ profiles { 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"; includeConfig "${params.custom_config_base}/conf/czbiohub_aws_highpriority.config" } + genotoul { includeConfig "${params.custom_config_base}/conf/genotoul.config" } genouest { includeConfig "${params.custom_config_base}/conf/genouest.config" } gis { includeConfig "${params.custom_config_base}/conf/gis.config" } hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" } @@ -44,6 +45,7 @@ params { // This is a groovy map, not a nextflow parameter set hostnames = [ crick: ['.thecrick.org'], + genotoul: ['.genologin1.toulouse.inra.fr', '.genologin2.toulouse.inra.fr'], genouest: ['.genouest.org'], uppmax: ['.uppmax.uu.se'] ]