Browse Source

更新 'workflow.wdl'

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

+ 4
- 4
workflow.wdl View File

@@ -20,10 +20,10 @@ workflow {{ project_name }} {
input:
b1_1 = b1_1,
b1_2 = b1_2,
b1_3 = b1_3,
b2_1 = b2_1,
b2_2 = b2_2,
b2_3 = b2_3,
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…
Cancel
Save