Zhihui hace 4 años
padre
commit
932aa2ae20
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. +1
    -5
      tasks/multiqc.wdl

+ 1
- 5
tasks/multiqc.wdl Ver fichero

@@ -7,7 +7,6 @@ task multiqc {
Array[File] txt2

Array[File] bamqc_zip
Array[File] rnaseq_zip

String docker
String cluster_config
@@ -28,10 +27,7 @@ task multiqc {
tar -zxvf $i -C /cromwell_root/tmp/bamqc
done

for i in ${sep=" " rnaseq_zip}
do
tar -zxvf $i -C /cromwell_root/tmp/rnaseq
done

multiqc /cromwell_root/tmp/

Cargando…
Cancelar
Guardar