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/hebbe.config

28 lines
679 B
Text
Raw Normal View History

2019-01-04 15:30:40 +00:00
//Profile config names for nf-core/configs
params {
config_profile_name = 'HEBBE'
2019-01-07 13:25:06 +00:00
config_profile_description = 'Gothenburg Hebbe cluster profile provided by nf-core/configs.'
2019-01-04 15:30:40 +00:00
config_profile_contact = 'Phil Ewels (@ewels )'
config_profile_url = 'http://www.c3se.chalmers.se/index.php/Hebbe'
}
singularity {
enabled = true
}
process {
executor = 'slurm'
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
/* The Hebbe scheduler fails if you try to request an amount of memory for a job */
withName: '*' { memory = null }
}
params {
2018-11-26 16:32:06 +00:00
igenomesIgnore = true
saveReference = true
max_memory = 64.GB
max_cpus = 20
max_time = 240.h
}