We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b867cd commit e07e7b5Copy full SHA for e07e7b5
1 file changed
main.nf
@@ -2443,7 +2443,7 @@ process qualimap {
2443
script:
2444
def snpcap = params.snpcapture_bed != '' ? "-gff ${params.snpcapture_bed}" : ''
2445
"""
2446
- qualimap bamqc -bam $bam -nt ${task.cpus} -outdir . -outformat "HTML" ${snpcap} --java-mem-size ${task.memory.toGiga()}G
+ qualimap bamqc -bam $bam -nt ${task.cpus} -outdir . -outformat "HTML" ${snpcap} --java-mem-size=${task.memory.toGiga()}G
2447
2448
}
2449
0 commit comments