ソースを参照

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,

読み込み中…
キャンセル
保存