mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 10:48:18 +00:00
parent
0ab15c5ee9
commit
bfbdc4f79b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ process TRIMGALORE {
|
|||
cores = (task.cpus as int) - 4
|
||||
if (meta.single_end) cores = (task.cpus as int) - 3
|
||||
if (cores < 1) cores = 1
|
||||
if (cores > 4) cores = 4
|
||||
if (cores > 8) cores = 8
|
||||
}
|
||||
|
||||
// Clipping presets have to be evaluated in the context of SE/PE
|
||||
|
|
Loading…
Reference in a new issue