From 50d90cd686af9d1cc45caa07e8b7b211c5a8c203 Mon Sep 17 00:00:00 2001 From: PCQ <56347621+PCQuilis@users.noreply.github.com> Date: Fri, 10 Dec 2021 17:11:43 +0100 Subject: [PATCH] Marvin Cluster addition Added the config for the Marvin cluster of the Universitat Pompeu Fabra (UPF) --- conf/Marvin.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf/Marvin.conf diff --git a/conf/Marvin.conf b/conf/Marvin.conf new file mode 100644 index 0000000..f7a4b26 --- /dev/null +++ b/conf/Marvin.conf @@ -0,0 +1,20 @@ +//Profile config names for nf-core/configs +params { + config_profile_description = 'Config file for Marvin Cluster (UPF-CSIC), based on nf-core/configs' + config_profile_contact = 'pc.quilis@gmail.com (Pablo Carrion)' + config_profile_url = 'https://www.ibe.upf-csic.es' + max_memory = 256.GB + max_cpus = 32 + max_time = 960.h +} + +cleanup = false + +singularity { + enabled = true + autoMounts = true +} + +process { + executor = 'slurm' +}