Browse Source

homo genotype

master
LUYAO REN 5 years ago
parent
commit
18b7b4a1dc
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tasks/Freebayes.wdl

+ 0
- 1
tasks/Freebayes.wdl View File

dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/" dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
} }
output { output {
File vcf = "${sample}_fb.vcf"
File filtered = "${sample}_fb.filtered.vcf" File filtered = "${sample}_fb.filtered.vcf"
} }
} }

Loading…
Cancel
Save