mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Apply suggestions from code review
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
parent
678a3841b6
commit
842642a2bb
1 changed files with 0 additions and 3 deletions
|
@ -33,13 +33,10 @@ params {
|
||||||
profiles {
|
profiles {
|
||||||
cdag {
|
cdag {
|
||||||
config_profile_description = 'MPI-SHH CDAG profile, provided by nf-core/configs.'
|
config_profile_description = 'MPI-SHH CDAG profile, provided by nf-core/configs.'
|
||||||
max_cpus = 32
|
|
||||||
max_time = 720.h
|
|
||||||
}
|
}
|
||||||
sdag {
|
sdag {
|
||||||
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
|
||||||
max_time = 720.h
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue