瀏覽代碼

更新 'workflow.wdl'

master
chenqingwang 3 年之前
父節點
當前提交
af9491163b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl 查看文件

@@ -1,4 +1,4 @@
import "./tasks/spladder-single.wdl" as spladder-single
import "./tasks/spladder_single.wdl" as spladder-single

workflow {{ project_name }} {
String sample_id
@@ -11,7 +11,7 @@ workflow {{ project_name }} {
String spladder_cluster
String disk_size

call spladder-single.spladder-single as spladder-single {
call spladder_single.spladder_single as spladder_single {
input:
reference_gtf_file=reference_gtf_file,
sample_id=sample_id,

Loading…
取消
儲存