mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #351 from nf-core/praveenraj2018-patch-1
Adjusted time and maxforks for Mutect2
This commit is contained in:
commit
5828a48ef7
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ params {
|
||||||
process {
|
process {
|
||||||
executor = 'local'
|
executor = 'local'
|
||||||
maxForks = 46
|
maxForks = 46
|
||||||
|
|
||||||
|
// Limit cpus for Mutect2
|
||||||
|
withName:'Mutect2|Mutect2Single' {
|
||||||
|
time = {48.h * task.attempt}
|
||||||
|
maxForks = 23
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
|
|
Loading…
Reference in a new issue