1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/uppmax-devel.config

23 lines
492 B
Text
Raw Normal View History

2019-01-07 13:25:06 +00:00
// Profile config names for nf-core/configs
2019-01-04 15:33:54 +00:00
params {
2019-01-07 13:25:06 +00:00
config_profile_name = 'UPPMAX-devel'
config_profile_description = 'Testing & development profile for UPPMAX, provided by nf-core/configs.'
2019-01-04 15:33:54 +00:00
config_profile_contact = 'Phil Ewels (@ewels)'
config_profile_url = 'https://www.uppmax.uu.se/'
}
executor {
name = 'slurm'
queueSize = 1
}
process {
queue = 'devel'
}
params {
// Max resources to be requested by a devel job
max_memory = 120.GB
max_cpus = 16
max_time = 1.h
}