1
0
Fork 0
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:
James A. Fellows Yates 2019-12-05 12:23:36 +01:00 committed by GitHub
parent 678a3841b6
commit 842642a2bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }
} }