Browse Source

更新 'workflow.wdl'

master
meng 2 years ago
parent
commit
366eae05bd
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      workflow.wdl

+ 12
- 0
workflow.wdl View File

@@ -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

Loading…
Cancel
Save