mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #332 from projectoriented/hasta/markdupe_remove_cpus
picard md is single threaded
This commit is contained in:
commit
ff5750936d
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
process {
|
||||
|
||||
withName:'PICARD_MARKDUPLICATES' {
|
||||
cpus = { check_max( 13 * task.attempt, 'cpus' ) }
|
||||
memory = { check_max( 130.GB * task.attempt, 'memory' ) }
|
||||
memory = { check_max( 90.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
withName:'DEEPVARIANT' {
|
||||
cpus = { check_max( 16 * task.attempt, 'cpus' ) }
|
||||
|
|
Loading…
Reference in a new issue