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

@@ -27,7 +27,6 @@ task Freebayes {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File vcf = "${sample}_fb.vcf"
File filtered = "${sample}_fb.filtered.vcf"
}
}

Loading…
Cancel
Save