mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fixed memory warning
This commit is contained in:
parent
d1f824ae66
commit
1c2a991429
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ process GATK4_SPLITINTERVALS {
|
|||
|
||||
def avail_mem = 3
|
||||
if (!task.memory) {
|
||||
log.info '[GATK IntervalListToBed] Available memory not known - defaulting to 3GB. Specify process memory requirements to change this.'
|
||||
log.info '[GATK SplitIntervals] Available memory not known - defaulting to 3GB. Specify process memory requirements to change this.'
|
||||
} else {
|
||||
avail_mem = task.memory.giga
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue