Explorar el Código

fix bug

Qualimap_bamqc_wes
YaqingLiu hace 5 años
padre
commit
d1c50a6da4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/qualimapBAMqc.wdl

+ 2
- 2
tasks/qualimapBAMqc.wdl Ver fichero

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

runtime {

Cargando…
Cancelar
Guardar