mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Fix sub-profiles
This commit is contained in:
parent
0a312cd2c9
commit
4814bac1c3
1 changed files with 4 additions and 0 deletions
|
@ -33,11 +33,15 @@ params {
|
|||
|
||||
profiles {
|
||||
cdag {
|
||||
params {
|
||||
config_profile_description = 'MPI-SHH CDAG profile, provided by nf-core/configs.'
|
||||
}
|
||||
}
|
||||
sdag {
|
||||
params {
|
||||
config_profile_description = 'MPI-SHH SDAG profile, provided by nf-core/configs.'
|
||||
max_memory = 2.TB
|
||||
max_cpus = 128
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue