1
0
Fork 0
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:
James A. Fellows Yates 2020-05-12 12:42:42 +02:00 committed by GitHub
parent 0a312cd2c9
commit 4814bac1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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