Quellcode durchsuchen

更新 'workflow.wdl'

master
meng vor 2 Jahren
Ursprung
Commit
366eae05bd
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. +12
    -0
      workflow.wdl

+ 12
- 0
workflow.wdl Datei anzeigen

@@ -1,3 +1,15 @@
import "./tasks/BQSR.wdl" as Sentieon_BQSR
import "./tasks/TNseq.wdl" as TNseq
import "./tasks/TNscope.wdl" as TNscope
import "./tasks/manta.wdl" as manta_calling
import "./tasks/strelka.wdl" as strelka_calling
import "./tasks/bcftools.wdl" as bcftools
import "./tasks/bcftools_concat.wdl" as bcftools_concat
import "./tasks/annovar.wdl" as annovar
import "./tasks/Haplotyper.wdl" as Haplotyper
import "./tasks/MSIsensor.wdl" as MSIsensor
import "./tasks/tmb.wdl" as tmb

workflow {{ project_name }} {
#sample info
File? normal_deduped_bam

Laden…
Abbrechen
Speichern