Quellcode durchsuchen

Fix: workflow

master
YaqingLiu vor 4 Jahren
Ursprung
Commit
ae07185146
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. +3
    -3
      workflow.wdl

+ 3
- 3
workflow.wdl Datei anzeigen

@@ -39,9 +39,9 @@ workflow {{ project_name }} {
}
}

Array[File] TNhaplotyper_pon_vcfs = PON.TNhaplotyper_pon_vcf
Array[File] TNhaplotyper2_pon_vcfs = PON.TNhaplotyper2_pon_vcf
Array[File] TNscope_pon_vcfs = PON.TNscope_pon_vcf
Array[File] TNhaplotyper_pon_vcfs = PoN.TNhaplotyper_pon_vcf
Array[File] TNhaplotyper2_pon_vcfs = PoN.TNhaplotyper2_pon_vcf
Array[File] TNscope_pon_vcfs = PoN.TNscope_pon_vcf

call mergePoN.mergePoN as mergePoN_TNhaplotyper {
input:

Laden…
Abbrechen
Speichern