1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Update computerome.config

This commit is contained in:
Marc Trunjer Kusk Nielsen 2021-09-13 14:01:35 +02:00 committed by GitHub
parent 1071eb9d2e
commit 8ebdd43898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ params {
config_profile_url = 'https://www.computerome.dk/'
project = null
schema_ignore_params = "project"
singularity_cache_dir = { "/home/projects/$params.project/scratch" }
//Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this
max_memory = 1500.GB
@ -17,7 +18,7 @@ params {
singularity {
enabled = true
autoMounts = true
cacheDir = { "/home/projects/$params.project/scratch" }
cacheDir = params.singularity_cache_dir
}
process {