瀏覽代碼

更新 'workflow.wdl'

tags/v4.1.1
chenqingwang 4 年之前
父節點
當前提交
ea71722f5e
共有 1 個檔案被更改,包括 6 行新增2 行删除
  1. +6
    -2
      workflow.wdl

+ 6
- 2
workflow.wdl 查看文件

@@ -18,8 +18,12 @@ workflow {{ project_name }} {

call rmats.rmats as rmats {
input:
b1_txt = b1_txt,
b2_txt = b2_txt,
b1_1 = b1_1,
b1_2 = b1_2,
b1_3 = b1_3,
b2_1 = b2_1,
b2_2 = b2_2,
b2_3 = b2_3,
reference_gtf_file = reference_gtf_file,
sample_id = sample_id,
docker = rmats_docker,

Loading…
取消
儲存