1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Remove debugging

This commit is contained in:
James A. Fellows Yates 2020-05-26 11:07:06 +02:00 committed by GitHub
parent ff915ee504
commit e31e781f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'JFY Generic MPI-SHH cluster(s) profile provided by nf-core/configs.'
config_profile_description = 'Generic MPI-SHH cluster(s) profile provided by nf-core/configs.'
config_profile_contact = 'James Fellows Yates (@jfy133), Maxime Borry (@Maxibor)'
config_profile_url = 'https://shh.mpg.de'
max_memory = 256.GB
@ -31,12 +31,12 @@ executor {
profiles {
cdag {
params {
config_profile_description = 'JFY MPI-SHH CDAG profile, provided by nf-core/configs.'
config_profile_description = 'CDAG MPI-SHH profile, provided by nf-core/configs.'
}
}
sdag {
params {
config_profile_description = 'JFY MPI-SHH SDAG profile, provided by nf-core/configs.'
config_profile_description = 'SDAG MPI-SHH profile, provided by nf-core/configs.'
max_memory = 2.TB
max_cpus = 128
}