From 482e7cf8de1da4bd6dc678dd7d3612303a656d3c Mon Sep 17 00:00:00 2001 From: pierrespc Date: Thu, 16 Sep 2021 12:40:56 +0200 Subject: [PATCH] 2 config files for Maestro HPC at Pasteur Institute, Paris --- conf/pasteurMaestroLong.config | 26 ++++++++++++++++++++++++++ conf/pasteurMaestroNormnal.config | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 conf/pasteurMaestroLong.config create mode 100644 conf/pasteurMaestroNormnal.config diff --git a/conf/pasteurMaestroLong.config b/conf/pasteurMaestroLong.config new file mode 100644 index 0000000..f2b8841 --- /dev/null +++ b/conf/pasteurMaestroLong.config @@ -0,0 +1,26 @@ +params { + config_profile_description = 'Institut Pasteur Maestro cluster profile' + config_profile_contact = 'Pierre Luisi (@pierrespc)' +} + +singularity { + enabled = true + autoMounts = true + runOptions = '--home $HOME:/home/$USER --bind /pasteur' +} + +process { + executor = 'slurm' + scratch=false + queue = "common" + clusterOptions = "--qos=long" + +} + +params { + igenomes_ignore = true + igenomesIgnore = true + max_memory = 100.GB + max_cpus = 5 + max_time = 8760.h +} diff --git a/conf/pasteurMaestroNormnal.config b/conf/pasteurMaestroNormnal.config new file mode 100644 index 0000000..9b40262 --- /dev/null +++ b/conf/pasteurMaestroNormnal.config @@ -0,0 +1,26 @@ +params { + config_profile_description = 'Institut Pasteur Maestro cluster profile' + config_profile_contact = 'Pierre Luisi (@pierrespc)' +} + +singularity { + enabled = true + autoMounts = true + runOptions = '--home $HOME:/home/$USER --bind /pasteur' +} + +process { + executor = 'slurm' + scratch=false + queue = "common" + clusterOptions = "--qos=normal" + +} + +params { + igenomes_ignore = true + igenomesIgnore = true + max_memory = 300.GB + max_cpus = 200 + max_time = 24.h +}