瀏覽代碼

fix bug: workflow input

master
YaqingLiu 4 年之前
父節點
當前提交
472a5c0b2b
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl 查看文件

@@ -37,8 +37,8 @@ workflow {{ project_name }} {

call depth.depth as depth {
input:
raw_depth=raw_depth,
deduped_depth=deduped_depth,
raw_depth=raw_depth.raw_depth,
deduped_depth=deduped_depth.deduped_depth,
sample_id=sample_id,
regions=regions,
docker=docker,

Loading…
取消
儲存