Procházet zdrojové kódy

fix bug

raw_bam_qc_wes
YaqingLiu před 5 roky
rodič
revize
1cdf5cbcdb
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      tasks/qualimap.wdl

+ 2
- 1
tasks/qualimap.wdl Zobrazit soubor

@@ -11,7 +11,8 @@ task qualimap {
set -o pipefail
set -e
nt=$(nproc)
/opt/qualimap/qualimap bamqc -bam ${bam} -gff ${regions} -outformat PDF:HTML -nt $nt -outdir ${bamname} --java-mem-size=32G
awk 'BEGIN{OFS="\t"}{sub("\r","",$3);print $1,$2,$3,"",0,"."}' ${regions} > new.bed
/opt/qualimap/qualimap bamqc -bam ${bam} -gff new.bed -outformat PDF:HTML -nt $nt -outdir ${bamname} --java-mem-size=32G
tar -zcvf ${bamname}_qualimap.zip ${bamname}
>>>


Načítá se…
Zrušit
Uložit