Browse Source

更新 'workflow.wdl'

master
chenqingwang 3 years ago
parent
commit
bf8a774cc3
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      workflow.wdl

+ 4
- 1
workflow.wdl View File

@@ -6,7 +6,8 @@ workflow {{ project_name }} {
File vcf1
File vcf2
File SDF
File vcf_tbi1
File vcf_tbi2

String docker
String cluster
@@ -16,6 +17,8 @@ workflow {{ project_name }} {
input:
vcf1 = vcf1,
vcf2 = vcf2,
vcf_tbi1 = vcf_tbi1,
vcf_tbi2 = vcf_tbi2,
SDF = SDF,
sample_id = sample_id,
docker = docker,

Loading…
Cancel
Save