Skip to content

Commit e07e7b5

Browse files
committed
missing = sign
1 parent 9b867cd commit e07e7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@ process qualimap {
24432443
script:
24442444
def snpcap = params.snpcapture_bed != '' ? "-gff ${params.snpcapture_bed}" : ''
24452445
"""
2446-
qualimap bamqc -bam $bam -nt ${task.cpus} -outdir . -outformat "HTML" ${snpcap} --java-mem-size ${task.memory.toGiga()}G
2446+
qualimap bamqc -bam $bam -nt ${task.cpus} -outdir . -outformat "HTML" ${snpcap} --java-mem-size=${task.memory.toGiga()}G
24472447
"""
24482448
}
24492449

0 commit comments

Comments
 (0)