Browse Source

更新 'workflow.wdl'

tags/v4.1.1
chenqingwang 4 years ago
parent
commit
f5f5cccf1e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

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

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

Loading…
Cancel
Save