mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #289 from jfy133/eva-fix
Remove broken 1240k profile for eager@EVA
This commit is contained in:
commit
5afa43ad15
1 changed files with 1 additions and 23 deletions
|
@ -472,26 +472,4 @@ profiles {
|
|||
bwaalnl = 16500
|
||||
}
|
||||
}
|
||||
1240k {
|
||||
params {
|
||||
// Specific nf-core/configs params
|
||||
config_profile_contact = 'Thiseas C. Lamnidis (@TCLamnidis)'
|
||||
config_profile_description = 'nf-core/eager 1240k data EVA profile provided by nf-core/configs'
|
||||
}
|
||||
|
||||
executor {
|
||||
queueSize = 6
|
||||
}
|
||||
|
||||
process {
|
||||
// Increasing walltime for bwa to avoid unnecessary retries
|
||||
withName:bwa {
|
||||
time = { task.attempt == 3 ? 1440.h : task.attempt == 2 ? 72.h : 48.h }
|
||||
}
|
||||
|
||||
withName:markduplicates {
|
||||
memory = { task.attempt == 3 ? 16.GB : task.attempt == 2 ? 8.GB : 4.GB }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue