mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update modules/gatk/realignertargetcreator/main.nf
This commit is contained in:
parent
43ef3841d1
commit
b1edcc6e94
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ process GATK_REALIGNERTARGETCREATOR {
|
|||
|
||||
def avail_mem = 3
|
||||
if (!task.memory) {
|
||||
log.info '[GATK HaplotypeCaller] Available memory not known - defaulting to 3GB. Specify process memory requirements to change this.'
|
||||
log.info '[GATK RealignerTargetCreator] 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