Browse Source

fix(input): missing gc

master
YaqingLiu 2 years ago
parent
commit
199552035a
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      inputs
  2. +1
    -0
      workflow.wdl

+ 1
- 0
inputs View File

"{{ project_name }}.interval_padding": "{{ interval_padding }}", "{{ project_name }}.interval_padding": "{{ interval_padding }}",
"{{ project_name }}.annovar_database": "{{ annovar_database }}", "{{ project_name }}.annovar_database": "{{ annovar_database }}",
"{{ project_name }}.annotsv_database": "{{ annotsv_database }}", "{{ project_name }}.annotsv_database": "{{ annotsv_database }}",
"{{ project_name }}.gc": "{{ gc }}",
"{{ project_name }}.disk_size": "{{ disk_size }}", "{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}" "{{ project_name }}.cluster_config": "{{ cluster_config }}"
} }

+ 1
- 0
workflow.wdl View File

File germline_resource_tbi File germline_resource_tbi
File annovar_database File annovar_database
File annotsv_database File annotsv_database
File gc
File? regions File? regions
Int? interval_padding Int? interval_padding

Loading…
Cancel
Save