mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Tweak settings based on latest batch specs
This commit is contained in:
parent
008ade7ab3
commit
7112e74b73
2 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@ profiles {
|
||||||
params {
|
params {
|
||||||
config_profile_description = 'MPCDF cobra profile (unofficially) provided by nf-core/configs.'
|
config_profile_description = 'MPCDF cobra profile (unofficially) provided by nf-core/configs.'
|
||||||
max_memory = 725.GB
|
max_memory = 725.GB
|
||||||
max_cpus = 80
|
max_cpus = 40
|
||||||
max_time = 24.h
|
max_time = 24.h
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ profiles {
|
||||||
|
|
||||||
params {
|
params {
|
||||||
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
|
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
|
||||||
max_memory = 368.GB
|
max_memory = 2000000.MB
|
||||||
max_cpus = 72
|
max_cpus = 72
|
||||||
max_time = 24.h
|
max_time = 24.h
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,24 +16,24 @@ All profiles use `singularity` as the corresponding containerEngine. To prevent
|
||||||
|
|
||||||
### cobra
|
### cobra
|
||||||
|
|
||||||
To use: `-profile cobra,mpcdf`
|
To use: `-profile mpcdf,cobra`
|
||||||
|
|
||||||
Sets the following parameters:
|
Sets the following parameters:
|
||||||
|
|
||||||
- Maximum parallel running jobs: 8
|
- Maximum parallel running jobs: 8
|
||||||
- Max. memory: 750.GB
|
- Max. memory: 725.GB
|
||||||
- Max. CPUs: 80
|
- Max. CPUs: 40
|
||||||
- Max. walltime: 24.h
|
- Max. walltime: 24.h
|
||||||
|
|
||||||
### raven
|
### raven
|
||||||
|
|
||||||
To use: `-profile raven,mpcdf`
|
To use: `-profile mpcdf,raven`
|
||||||
|
|
||||||
Sets the following parameters:
|
Sets the following parameters:
|
||||||
|
|
||||||
- Maximum parallel running jobs: 8
|
- Maximum parallel running jobs: 8
|
||||||
- Max. memory: 368.GB
|
- Max. memory: 200000.MB (2.TB)
|
||||||
- Max. CPUs: 192
|
- Max. CPUs: 72
|
||||||
- Max. walltime: 24.h
|
- Max. walltime: 24.h
|
||||||
|
|
||||||
## Pipeline Profiles
|
## Pipeline Profiles
|
||||||
|
|
Loading…
Reference in a new issue