Zhihui 5 年之前
父節點
當前提交
932aa2ae20
共有 1 個檔案被更改,包括 1 行新增5 行删除
  1. +1
    -5
      tasks/multiqc.wdl

+ 1
- 5
tasks/multiqc.wdl 查看文件

Array[File] txt2 Array[File] txt2


Array[File] bamqc_zip Array[File] bamqc_zip
Array[File] rnaseq_zip


String docker String docker
String cluster_config String cluster_config
tar -zxvf $i -C /cromwell_root/tmp/bamqc tar -zxvf $i -C /cromwell_root/tmp/bamqc
done done


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


multiqc /cromwell_root/tmp/ multiqc /cromwell_root/tmp/

Loading…
取消
儲存