Browse Source

fix bug

raw_bam_qc_wes
YaqingLiu 5 years ago
parent
commit
efc542471c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/qualimap.wdl

+ 1
- 1
tasks/qualimap.wdl View File

set -o pipefail set -o pipefail
set -e set -e
nt=$(nproc) nt=$(nproc)
/opt/qualimap/qualimap bamqc -bam ${bam} -regions ${regions} -outformat PDF:HTML -nt $nt -outdir ${bamname} --java-mem-size=32G
/opt/qualimap/qualimap bamqc -bam ${bam} -gff ${regions} -outformat PDF:HTML -nt $nt -outdir ${bamname} --java-mem-size=32G
tar -zcvf ${bamname}_qualimap.zip ${bamname} tar -zcvf ${bamname}_qualimap.zip ${bamname}
>>> >>>



Loading…
Cancel
Save