Procházet zdrojové kódy

fix bug

Qualimap_bamqc_wes
YaqingLiu před 5 roky
rodič
revize
d84cc82c4a
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. binární
      .DS_Store
  2. +3
    -2
      tasks/qualimapBAMqc.wdl

binární
.DS_Store Zobrazit soubor


+ 3
- 2
tasks/qualimapBAMqc.wdl Zobrazit soubor

@@ -11,8 +11,9 @@ task qualimapBAMqc {
set -o pipefail
set -e
nt=$(nproc)
/opt/qualimap/qualimap bamqc -bam ${bam} -regions ${regions} -outformat PDF:HTML -nt $nt -outdir ${bamname}_bamqc --java-mem-size=32G
tar -zcvf ${bamname}_bamqc_qualimap.zip ${bamname}_bamqc
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}
>>>

runtime {

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