Update modules/gatk/realignertargetcreator/main.nf

This commit is contained in:
James A. Fellows Yates 2022-06-02 20:26:09 +02:00 committed by GitHub
parent 43ef3841d1
commit b1edcc6e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}