1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

Tweak settings based on latest batch specs

This commit is contained in:
James Fellows Yates 2022-03-03 13:43:40 +01:00
parent 008ade7ab3
commit 7112e74b73
2 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@ profiles {
params {
config_profile_description = 'MPCDF cobra profile (unofficially) provided by nf-core/configs.'
max_memory = 725.GB
max_cpus = 80
max_cpus = 40
max_time = 24.h
}
}
@ -61,7 +61,7 @@ profiles {
params {
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
max_memory = 368.GB
max_memory = 2000000.MB
max_cpus = 72
max_time = 24.h
}

View file

@ -16,24 +16,24 @@ All profiles use `singularity` as the corresponding containerEngine. To prevent
### cobra
To use: `-profile cobra,mpcdf`
To use: `-profile mpcdf,cobra`
Sets the following parameters:
- Maximum parallel running jobs: 8
- Max. memory: 750.GB
- Max. CPUs: 80
- Max. memory: 725.GB
- Max. CPUs: 40
- Max. walltime: 24.h
### raven
To use: `-profile raven,mpcdf`
To use: `-profile mpcdf,raven`
Sets the following parameters:
- Maximum parallel running jobs: 8
- Max. memory: 368.GB
- Max. CPUs: 192
- Max. memory: 200000.MB (2.TB)
- Max. CPUs: 72
- Max. walltime: 24.h
## Pipeline Profiles