1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

add automounts for singularity

This commit is contained in:
maxibor 2019-04-25 15:48:20 +02:00
parent 7d7c18273b
commit efd831a8a3

View file

@ -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/"
}