mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Update shh.config
This commit is contained in:
parent
82fe8a04be
commit
c515a401c7
1 changed files with 5 additions and 3 deletions
|
@ -69,7 +69,9 @@ profiles {
|
|||
big_data {
|
||||
|
||||
params {
|
||||
config_profile_description = 'nf-core/eager big-data SHH profile provided by nf-core/configs'
|
||||
// Specific nf-core/configs params
|
||||
config_profile_contact = 'James Fellows Yates (@jfy133)'
|
||||
config_profile_description = 'nf-core/eager big-data SHH profile provided by nf-core/configs'
|
||||
}
|
||||
|
||||
executor {
|
||||
|
@ -80,7 +82,7 @@ profiles {
|
|||
|
||||
maxRetries = 2
|
||||
|
||||
withName: malt {
|
||||
withName: 'malt' {
|
||||
maxRetries = 1
|
||||
memory = { task.attempt > 1 ? 1900.GB : 725.GB }
|
||||
cpus = { task.attempt > 1 ? 112 : 64 }
|
||||
|
@ -88,7 +90,7 @@ profiles {
|
|||
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
||||
}
|
||||
|
||||
withName: hostremoval_input_fastq {
|
||||
withName: 'hostremoval_input_fastq' {
|
||||
cpus = { check_max( 1, 'cpus' ) }
|
||||
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
||||
time = { task.attempt == 3 ? 1440.h : task.attempt == 2 ? 48.h : 2.h }
|
||||
|
|
Loading…
Reference in a new issue