Quellcode durchsuchen

fix: workflow import

master
YaqingLiu vor 2 Jahren
Ursprung
Commit
490b28daf2
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. +5
    -0
      workflow.wdl

+ 5
- 0
workflow.wdl Datei anzeigen

@@ -18,6 +18,11 @@ import "./tasks/fastqc.wdl" as fastqc
import "./tasks/fastqscreen.wdl" as fastqscreen
import "./tasks/qualimap.wdl" as qualimap

import "./tasks/TNscope.wdl" as TNscope
import "./tasks/somatic.wdl" as somatic
import "./tasks/processSomatic.wdl" as processSomatic
import "./tasks/somaticFilter.wdl" as somaticFilter

workflow {{ project_name }} {
String sample_id

Laden…
Abbrechen
Speichern