Parcourir la source

fix(CNVkit): ref_flat

master
YaqingLiu il y a 2 ans
Parent
révision
60bfe770d9
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

@@ -31,6 +31,7 @@
"{{ project_name }}.annotsv_database": "{{ annotsv_database }}",
"{{ project_name }}.gc": "{{ gc }}",
"{{ project_name }}.baseline": "{{ baseline }}",
"{{ project_name }}.ref_flat": "{{ ref_flat }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}"
}

+ 1
- 0
workflow.wdl Voir le fichier

@@ -48,6 +48,7 @@ workflow {{ project_name }} {
File annotsv_database
File gc
File baseline
File ref_flat
File? regions
Int? interval_padding

Chargement…
Annuler
Enregistrer