1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-11 04:23:10 +00:00
nf-configs/conf/shh.config
James A. Fellows Yates ecb36dd8c2
Reduced memory and CPUs for cdag compatibility
Also matches 'fair use' policy
2019-03-14 21:26:43 +01:00

22 lines
457 B
Text

//Profile config names for nf-core/configs
params {
config_profile_description = 'MPI SHH cluster profile provided by nf-core/configs.'
config_profile_contact = 'James Fellows Yates (@jfy133)'
config_profile_url = 'https://shh.mpg.de'
}
singularity {
enabled = true
cacheDir = "/projects1/singularity_scratch/cache/"
}
process {
executor = 'slurm'
queue = 'short'
}
params {
max_memory = 256.GB
max_cpus = 32
max_time = 2.h
}