Quellcode durchsuchen

Fixbug: add pindel Boolean

master
YaqingLiu vor 3 Jahren
Ursprung
Commit
19a6548af2
3 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      defaults
  2. +1
    -0
      inputs
  3. +1
    -0
      workflow.wdl

+ 1
- 0
defaults Datei anzeigen

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

+ 1
- 0
inputs Datei anzeigen

@@ -36,6 +36,7 @@
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}",
"{{ project_name }}.haplotyper": {{ haplotyper | tojson }},
"{{ project_name }}.pindel": {{ pindel | tojson }},
"{{ project_name }}.tnseq": {{ tnseq | tojson }},
"{{ project_name }}.tnscope": {{ tnscope | tojson }},
"{{ project_name }}.varscan": {{ varscan | tojson }},

+ 1
- 0
workflow.wdl Datei anzeigen

@@ -63,6 +63,7 @@ workflow {{ project_name }} {
String cluster_config

Boolean haplotyper
Boolean pindel
Boolean tnseq
Boolean tnscope
Boolean varscan

Laden…
Abbrechen
Speichern