Browse Source

bigger java mem size

master
LUYAO REN 4 years ago
parent
commit
8c16cc15a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/qualimapBAMqc.wdl

+ 1
- 1
tasks/qualimapBAMqc.wdl View File

@@ -10,7 +10,7 @@ task qualimapBAMqc {
set -o pipefail
set -e
nt=$(nproc)
/opt/qualimap/qualimap bamqc -bam ${bam} -outformat PDF:HTML -nt $nt -outdir ${bamname}_bamqc --java-mem-size=32G
/opt/qualimap/qualimap bamqc -bam ${bam} -outformat PDF:HTML -nt $nt -outdir ${bamname}_bamqc --java-mem-size=60G
tar -zcvf ${bamname}_bamqc_qualimap.zip ${bamname}_bamqc
>>>


Loading…
Cancel
Save