mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 09:09:56 +00:00
Apply suggestions from code review
This commit is contained in:
parent
70318c3b2a
commit
975fca6721
3 changed files with 3 additions and 3 deletions
|
@ -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 = 2000000.MB
|
memory = 2000000.MB
|
||||||
max_cpus = 72
|
max_cpus = 72
|
||||||
max_time = 24.h
|
max_time = 24.h
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,7 +70,7 @@ profile {
|
||||||
|
|
||||||
withName: malt {
|
withName: malt {
|
||||||
maxRetries = 1
|
maxRetries = 1
|
||||||
memory = 20000000.MB
|
memory = 2000000.MB
|
||||||
cpus = 72
|
cpus = 72
|
||||||
time = 24.h
|
time = 24.h
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ 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: 200000.MB (2.TB)
|
- Max. memory: 2000000.MB (2.TB)
|
||||||
- Max. CPUs: 72
|
- Max. CPUs: 72
|
||||||
- Max. walltime: 24.h
|
- Max. walltime: 24.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue