Parcourir la source

Fixbug: add pindel Boolean

master
YaqingLiu il y a 3 ans
Parent
révision
19a6548af2
3 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +1
    -0
      defaults
  2. +1
    -0
      inputs
  3. +1
    -0
      workflow.wdl

+ 1
- 0
defaults Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

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

Boolean haplotyper
Boolean pindel
Boolean tnseq
Boolean tnscope
Boolean varscan

Chargement…
Annuler
Enregistrer