From efd831a8a34fe7cae2225faf71eaa72383c13edb Mon Sep 17 00:00:00 2001 From: maxibor Date: Thu, 25 Apr 2019 15:48:20 +0200 Subject: [PATCH] add automounts for singularity --- conf/shh.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/shh.config b/conf/shh.config index d2feaff..fd16e9e 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -2,11 +2,12 @@ params { config_profile_description = 'MPI SHH cluster profile provided by nf-core/configs.' config_profile_contact = 'James Fellows Yates (@jfy133)' - config_profile_url = 'https://shh.mpg.de' + config_profile_url = 'https: //shh.mpg.de' } singularity { enabled = true + autoMounts = true cacheDir = "/projects1/singularity_scratch/cache/" }