瀏覽代碼

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

Loading…
取消
儲存