Browse Source

fix(CNVkit): ref_flat

master
YaqingLiu 2 years ago
parent
commit
60bfe770d9
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 }}.annotsv_database": "{{ annotsv_database }}", "{{ project_name }}.annotsv_database": "{{ annotsv_database }}",
"{{ project_name }}.gc": "{{ gc }}", "{{ project_name }}.gc": "{{ gc }}",
"{{ project_name }}.baseline": "{{ baseline }}", "{{ project_name }}.baseline": "{{ baseline }}",
"{{ project_name }}.ref_flat": "{{ ref_flat }}",
"{{ 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 annotsv_database File annotsv_database
File gc File gc
File baseline File baseline
File ref_flat
File? regions File? regions
Int? interval_padding Int? interval_padding

Loading…
Cancel
Save