瀏覽代碼

recovery multiqc

tags/v0.2
junshang 3 年之前
父節點
當前提交
32646ee51f
共有 1 個檔案被更改,包括 12 行新增12 行删除
  1. +12
    -12
      workflow.wdl

+ 12
- 12
workflow.wdl 查看文件

@@ -222,18 +222,18 @@ workflow {{ project_name }} {

}

# call multiqc.multiqc as multiqc {
# input:
# read1_zip=fastqc.read1_zip,
# read2_zip=fastqc.read2_zip,
# txt1=fastqscreen.txt1,
# txt2=fastqscreen.txt2,
# summary=benchmark.summary,
# zip=qualimap.zip,
# docker=MULTIQCdocker,
# cluster_config=SMALLcluster_config,
# disk_size=disk_size
# }
call multiqc.multiqc as multiqc {
input:
read1_zip=fastqc.read1_zip,
read2_zip=fastqc.read2_zip,
txt1=fastqscreen.txt1,
txt2=fastqscreen.txt2,
summary=benchmark.summary,
zip=qualimap.zip,
docker=MULTIQCdocker,
cluster_config=SMALLcluster_config,
disk_size=disk_size
}

call merge_sentieon_metrics.merge_sentieon_metrics as merge_sentieon_metrics {
input:

Loading…
取消
儲存