mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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 {
|
profiles {
|
||||||
cdag {
|
cdag {
|
||||||
|
params {
|
||||||
config_profile_description = 'MPI-SHH CDAG profile, provided by nf-core/configs.'
|
config_profile_description = 'MPI-SHH CDAG profile, provided by nf-core/configs.'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
sdag {
|
sdag {
|
||||||
|
params {
|
||||||
config_profile_description = 'MPI-SHH SDAG profile, provided by nf-core/configs.'
|
config_profile_description = 'MPI-SHH SDAG profile, provided by nf-core/configs.'
|
||||||
max_memory = 2.TB
|
max_memory = 2.TB
|
||||||
max_cpus = 128
|
max_cpus = 128
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue