From 002fc843624ad475dc3fe8f1c3e53cd1883bf260 Mon Sep 17 00:00:00 2001 From: Athanasios Baltzis Date: Thu, 20 Oct 2022 18:41:40 +0200 Subject: [PATCH] Add crg custom config file and update nfcore_custom.config --- conf/crg.config | 14 ++++++++++++++ nfcore_custom.config | 1 + 2 files changed, 15 insertions(+) create mode 100755 conf/crg.config diff --git a/conf/crg.config b/conf/crg.config new file mode 100755 index 0000000..7216b80 --- /dev/null +++ b/conf/crg.config @@ -0,0 +1,14 @@ +//Profile config names for nf-core/configs +params { + config_profile_description = 'Centre for Genomic Regulation (CRG) cluster profile provided by nf-core/configs' + config_profile_contact = 'Athanasios Baltzis (@athbaltzis)' + config_profile_url = 'http://www.linux.crg.es/index.php/Main_Page' +} + +process { + executor = 'crg' +} + +singularity { + enabled = true +} diff --git a/nfcore_custom.config b/nfcore_custom.config index 51c1121..aa62e0f 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -30,6 +30,7 @@ profiles { cfc_dev { includeConfig "${params.custom_config_base}/conf/cfc_dev.config" } cheaha { includeConfig "${params.custom_config_base}/conf/cheaha.config" } computerome { includeConfig "${params.custom_config_base}/conf/computerome.config" } + crg { includeConfig "${params.custom_config_base}/conf/crg.config" } crick { includeConfig "${params.custom_config_base}/conf/crick.config" } crukmi { includeConfig "${params.custom_config_base}/conf/crukmi.config" } czbiohub_aws { includeConfig "${params.custom_config_base}/conf/czbiohub_aws.config" }