浏览代码

更新 'workflow.wdl'

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

+ 4
- 6
workflow.wdl 查看文件



workflow {{ project_name }} { workflow {{ project_name }} {
String sample_id String sample_id
File b1_txt_file
Array[Array[File]] b1_txt = read_csv(b1_txt_file)
File b2_txt_file
Array[Array[File]] b2_txt = read_csv(b2_txt_file)
File b1_txt
File b2_txt
File reference_gtf_file File reference_gtf_file




call rmats.rmats as rmats { call rmats.rmats as rmats {
input: input:
b1_txt_file = b1_txt_file,
b2_txt_file = b2_txt_file,
b1_txt = b1_txt,
b2_txt = b2_txt,
reference_gtf_file = reference_gtf_file, reference_gtf_file = reference_gtf_file,
sample_id = sample_id, sample_id = sample_id,
docker = rmats_docker, docker = rmats_docker,

正在加载...
取消
保存