ソースを参照

fix: workflow import

master
YaqingLiu 2年前
コミット
490b28daf2
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      workflow.wdl

+ 5
- 0
workflow.wdl ファイルの表示

@@ -18,6 +18,11 @@ import "./tasks/fastqc.wdl" as fastqc
import "./tasks/fastqscreen.wdl" as fastqscreen
import "./tasks/qualimap.wdl" as qualimap

import "./tasks/TNscope.wdl" as TNscope
import "./tasks/somatic.wdl" as somatic
import "./tasks/processSomatic.wdl" as processSomatic
import "./tasks/somaticFilter.wdl" as somaticFilter

workflow {{ project_name }} {
String sample_id

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