Parcourir la source

fix(input): missing gc

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

+ 1
- 0
inputs Voir le fichier

@@ -29,6 +29,7 @@
"{{ project_name }}.interval_padding": "{{ interval_padding }}",
"{{ project_name }}.annovar_database": "{{ annovar_database }}",
"{{ project_name }}.annotsv_database": "{{ annotsv_database }}",
"{{ project_name }}.gc": "{{ gc }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}"
}

+ 1
- 0
workflow.wdl Voir le fichier

@@ -46,6 +46,7 @@ workflow {{ project_name }} {
File germline_resource_tbi
File annovar_database
File annotsv_database
File gc
File? regions
Int? interval_padding

Chargement…
Annuler
Enregistrer