Browse Source

name

master
LUYAO REN 4 years ago
parent
commit
25041b4d6f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

@@ -37,7 +37,7 @@ workflow {{ project_name }} {
disk_size=disk_size
}

call region.region as region {
call region.region as in_region {
input:
sub_vcf=in_out.in_vcf,
sub_vcf_idx=in_out.in_vcf_idx,
@@ -58,7 +58,7 @@ workflow {{ project_name }} {
disk_size=disk_size
}

call region.region as region {
call region.region as out_region {
input:
sub_vcf=in_out.out_vcf,
sub_vcf_idx=in_out.out_vcf_idx,

Loading…
Cancel
Save