Browse Source

Fixbug: add pindel Boolean

master
YaqingLiu 3 years ago
parent
commit
19a6548af2
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      defaults
  2. +1
    -0
      inputs
  3. +1
    -0
      workflow.wdl

+ 1
- 0
defaults View File

"disk_size": "200", "disk_size": "200",
"cluster_config": "OnDemand bcs.a2.3xlarge img-ubuntu-vpc", "cluster_config": "OnDemand bcs.a2.3xlarge img-ubuntu-vpc",
"haplotyper": false, "haplotyper": false,
"pindel": false,
"tnseq": false, "tnseq": false,
"tnscope": false, "tnscope": false,
"varscan": false, "varscan": false,

+ 1
- 0
inputs View File

"{{ project_name }}.disk_size": "{{ disk_size }}", "{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}", "{{ project_name }}.cluster_config": "{{ cluster_config }}",
"{{ project_name }}.haplotyper": {{ haplotyper | tojson }}, "{{ project_name }}.haplotyper": {{ haplotyper | tojson }},
"{{ project_name }}.pindel": {{ pindel | tojson }},
"{{ project_name }}.tnseq": {{ tnseq | tojson }}, "{{ project_name }}.tnseq": {{ tnseq | tojson }},
"{{ project_name }}.tnscope": {{ tnscope | tojson }}, "{{ project_name }}.tnscope": {{ tnscope | tojson }},
"{{ project_name }}.varscan": {{ varscan | tojson }}, "{{ project_name }}.varscan": {{ varscan | tojson }},

+ 1
- 0
workflow.wdl View File

String cluster_config String cluster_config


Boolean haplotyper Boolean haplotyper
Boolean pindel
Boolean tnseq Boolean tnseq
Boolean tnscope Boolean tnscope
Boolean varscan Boolean varscan

Loading…
Cancel
Save