Zhihui 4 年前
父节点
当前提交
932aa2ae20
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. +1
    -5
      tasks/multiqc.wdl

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

@@ -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/

正在加载...
取消
保存