浏览代码

更新 'workflow.wdl'

tags/v4.1.1
chenqingwang 4 年前
父节点
当前提交
16a56887c4
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      workflow.wdl

+ 4
- 4
workflow.wdl 查看文件

@@ -3,8 +3,8 @@ import "./tasks/rmats.wdl" as rmats

workflow {{ project_name }} {
String sample_id
File b1_txt
File b2_txt
File bam1
File bam2
File reference_gtf_file

@@ -14,8 +14,8 @@ workflow {{ project_name }} {

call rmats.rmats as rmats {
input:
b1_txt = b1_txt,
b2_txt = b2_txt,
bam1 = bam1,
bam2 = bam2,
reference_gtf_file = reference_gtf_file,
sample_id = sample_id,
docker = rmats_docker,

正在加载...
取消
保存