mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-24 17:49:54 +00:00
Change CPUs back to template, update skiptrim fiag
This commit is contained in:
parent
04fb6f4127
commit
98a9688329
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ process {
|
||||||
// TODO nf-core: Customise requirements for specific processes.
|
// TODO nf-core: Customise requirements for specific processes.
|
||||||
// See https://www.nextflow.io/docs/latest/config.html#config-process-selectors
|
// See https://www.nextflow.io/docs/latest/config.html#config-process-selectors
|
||||||
withLabel:process_low {
|
withLabel:process_low {
|
||||||
cpus = { check_max( 4 * task.attempt, 'cpus' ) }
|
cpus = { check_max( 2 * task.attempt, 'cpus' ) }
|
||||||
memory = { check_max( 12.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 12.GB * task.attempt, 'memory' ) }
|
||||||
time = { check_max( 4.h * task.attempt, 'time' ) }
|
time = { check_max( 4.h * task.attempt, 'time' ) }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue