mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update computerome.config
This commit is contained in:
parent
1071eb9d2e
commit
8ebdd43898
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue